PooperScooper
Personal Discord bot using the discord.py library by Rapptz (https://github.com/Rapptz/discord.py)
Key Features
- Music
- TBD
Installing
- Install Python 3.8 or higher
This is a requirement for Discord.py
- Set up venv
python3.8 -m venv venv
- Install dependencies
pip install -U -r requirements.txt
- Create Spotify and Discord integrations
Create your integrations for Spotify and Discord:
- Configure Credentials
Add credentials to config.json from Spotify/Discord
{
"token": "",
"client_id": "",
"spotify_client_id": "",
"spotify_secret": ""
}
- Configure FFMPEG
Download FFMPEG and add the executable to your environment variables
Running
Run the following with administrator priviledges
python PooperScooper.py
Add -d
switch to set logging level to debug