Go to file
Cory Hawkless 097e315193 Somewhat doing usefull things 2022-10-13 14:37:43 +10:30
ng_openstack Somewhat doing usefull things 2022-10-13 14:37:43 +10:30
.env.example framework 2022-10-10 15:55:49 +10:30
.gitignore framework 2022-10-10 15:55:49 +10:30
README.md framework 2022-10-10 15:55:49 +10:30
main.py Somewhat doing usefull things 2022-10-13 14:37:43 +10:30
requirements.txt framework 2022-10-10 15:55:49 +10:30

README.md

Run redis localls to store tokens docker run -d -p 6379:6379 --name redis redis

sudo apt install python3-dotenv source venv/bin/activate pip3 install -r requirements.txt