A discord bot to fetch torrent downloads and subtitles for movies. In chat write !movies NAME
and the bot will respond with torrent links and some info about the movie.
For example:
These instructions will help you get an instance of MoviesBot running on your server or PC.
This project was created using Python3.6, but might work on lower version (3.5/3.4). You do need to have the following modules installed.
- aiodns v1.2.0
- aiohttp v1.0.5
- discord.py v0.16.12
You can get all the dependencies by running:
pip install -r requirements.txt
create a file named credentials.py
containing (replace with your discord bot token):
token = 'MY-TOKEN'
Thats it! Start the bot by running main.py
.