A bot for Reddit which generates sovereign citizen comments
- Install all dependencies from the
requirements.txtfile, for example usingpip-3.x install -r requirements.txt - Rename
config-sample.pytoconfig.pyand 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.