Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.34 KB

Python 3.6 GPLv3 license

Discord Movies Bot

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.

Get it Here

For example:

Getting Started

These instructions will help you get an instance of MoviesBot running on your server or PC.

Prerequisites

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.

You can get all the dependencies by running:

pip install -r requirements.txt

Installing

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.