Skip to content

saiv123/Movie-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Bot

Python Tests Python Version License Contributions

A bot for managing movies and TV shows using The Movie Database (TMDb) API.

Features

  • Add movies or TV shows to your watchlist.
  • Search for movies or TV shows by name or ID.
  • Slash commands and context menu support.

Setup

  1. Clone the repository.
  2. Add your secrets.py file with your TMDb API key and bot token.
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the bot:
    python bot.py

Testing

Run the unit tests:

python -m unittest discover -s . -p "test*.py"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages