Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 480 Bytes

File metadata and controls

12 lines (8 loc) · 480 Bytes

SovCitBot

A bot for Reddit which generates sovereign citizen comments

Usage

  • Install all dependencies from the requirements.txt file, for example using pip-3.x install -r requirements.txt
  • Rename config-sample.py to config.py and fill in your information.

Additional notes

  • 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.