Discord Bot to automate torrent file download to plex server on raspberry pi
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 venvActivating the virtual environment:
source venv/bin/activateInstall requirements:
pip install -r requirements.txtUpdate requirements after install a new lib:
pip freeze > requirements.txtpython bot.py