For some unknown reason Letterboxd hasn't allowed collaboration on lists! This little discord bot fixes that. Made using Discord.py
Letterboxd please give me API access
- Add Movie : Allows anyone in your discord to add a movie to your Letterboxd list.
- Delete Move : For when someone adds a terrible pick.
- Get a Random Movie : You can pick off your list, or add some extra lists y'all use and get a random value.
- Python 3.11
- ChromeDriver (boo) in your PATH with some type of adblocker (yay!) extension in the main folder.
- venv with requirements.txt
- Discord Dev Account
- A .env in the main folder with the following:
- BOT_TOKEN = Generated from Discord Dev page
- LB_USERNAME = Your Letterboxed username
- LB_PASSWORD = Letterboxed pass
- DISC_ID = Your discord ID
- LB_LIST_NAME = Your Letterboxd list - Your Kinosphere!
Run "Bot_Soul.py" in your venv. Make sure to run:
!sync
At the start to add your commands to your discord.
