- Uses 1337x and Discord.JS (NodeJS) to create a Bot that allows users to search for content such as Movies, Games, etc. and returning a relevant list of Torrents with their respective shortened magnet URLs, Names, Seeders and File Sizes.
// Search for a list of Torrents
.torrent <query>
// Display all available commands
.help
// Get the GitHub link to this project
.github
- Install Docker here
- Clone the project by running:
git clone https://github.com/brandongallagher1999/1337x-Bot/
- Go to root folder and:
TOKEN="your bot token goes in this string"
echo { '"token"' : '"'$TOKEN'"' } > config.json
- Go into root folder and run
docker-compose build
docker-compose up -d