Skip to content

Discord Bot to automate torrent file download to plex server on raspberry pi

License

Notifications You must be signed in to change notification settings

tiagobpires/Discord_plexpi_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord_plexpi_bot

Discord Bot to automate torrent file download to plex server on raspberry pi

Installation

Create an .env from the .env.example file and define the constance values. DISCORD_TOKEN is your Discord bot token.

Create a virtual environment (optional):

python -m venv venv

Activating the virtual environment:

source venv/bin/activate

Install requirements:

pip install -r requirements.txt

Update requirements after install a new lib:

pip freeze > requirements.txt

Running the Bot

python bot.py

About

Discord Bot to automate torrent file download to plex server on raspberry pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published