Check out the post.
-
Fork/Clone
-
Create and activate a virtual environment:
$ python3.12 -m venv venv && source venv/bin/activate
-
Install the requirements:
(venv)$ pip install -r requirements.txt
-
Create OAuth apps on GitHub and Twitter.
-
Rename .env_sample to .env and add the keys to it.
-
Run the server:
(venv)$ python main.py