Go to file
Cory Hawkless ec8ec4d40a Logging 2022-11-02 16:00:36 +10:30
ng_openstack Logging 2022-11-02 16:00:36 +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 Logging 2022-11-02 16:00:36 +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