This is the server bot for SMETCH
- Clone the GitHub repo
- Run
python3 -m pip install pipenv
- Run
pipenv shell
- Run
pipenv install
- Add a file called
config.yml
and add the necessary fields:- Required:
bot-token
,prefix
- Optional(at least should be):
mongo-uri
,github-token
example config file
bot-token: mongo-uri: github-token:
if you somehow update .gitignore, make sure
config.yaml
is included - Required:
- Run
pipenv run pre-commit
- Make any changes to your code
- Run
pipenv run bot
to run the bot