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, wherePipfile
is. - Copy
config.example.py
toconfig.py
, and fill it out with your bot information. - Enter
pipenv shell
,cd sangou
, thenpython __init__.py
. - Congratulations.
I will not help you if you wish to use a requirements.txt
.