Project for Hack@WPI 2020
-
Install discord.py using the command appropriate for your OS.
-
Install the following dependencies using this command.
pip3 install -r requirements.txt
- Install ffmpeg through the following command (if on Ubuntu/Debian).
sudo apt install ffmpeg
First, get your discord bot's private key and save it into a file called 'config.txt' in the /streambot directory along with the filepath to store downloads.
To start testing run
python3 streambot/streambot.py
Or
cd streambot && python3 streambot.py