0ccultist's Netscape
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Self Hosting

To host the bot yourself, follow these simple instructions.

  • Download the bot from this repository. Stick to the release versions unless you have encountered a bug.
  • Install pipenv.
  • Use pipenv install in the root folder, where Pipfile is.
  • Copy config.example.py to config.py, and fill it out with your bot information.
  • Enter pipenv shell, cd sangou, then python __init__.py.
  • Congratulations.

I will not help you if you wish to use a requirements.txt.