A bot for Reddit which generates sovereign citizen comments
- Install all dependencies from the
requirements.txt
file, for example usingpip-3.x install -r requirements.txt
- Rename
config-sample.py
toconfig.py
and fill in your information.
- Python 2 does not work (at least, that's what my experience was) - use Python 3 instead
- Install the python3-pip package and use the pip-3.x command instead of the regular pip command.