Ramdip Gill
80041b22ef
Merge branch '8-video-inappropriate' into 'develop'
Fix age-restricted songs not playable Closes #8 See merge request ekzyis/musicube!7
musicube
Development
Requirements:
$ python --version
3.9.7
Configure virtual environment:
$ python -m venv venv
$ source venv/bin/activate
Install requirements:
$ pip install -r requirements.txt
Configure ENV:
$ cp .env.template .env
# Write BOT_TOKEN into .env
Run bot:
$ python src/bot.py
Description
Languages
Python
93.5%
Makefile
2.7%
Dockerfile
2.6%
Shell
1.2%