A bot for managing movies and TV shows using The Movie Database (TMDb) API.
- Add movies or TV shows to your watchlist.
- Search for movies or TV shows by name or ID.
- Slash commands and context menu support.
- Clone the repository.
- Add your
secrets.pyfile with your TMDb API key and bot token. - Install dependencies:
pip install -r requirements.txt
- Run the bot:
python bot.py
Run the unit tests:
python -m unittest discover -s . -p "test*.py"