Bot created to generate conversation topics for our English-hosted PyBares.
grupy-sanca is a Python User Group from São Carlos, Brazil, and we host meetups in English at the bar to help our members improve their English conversation skills, aided by beer and good company.
First clone the repository then cd
inside.
Then install dependencies, enter virtualenv and install pre-commit
$ pipenv install -d
$ pipenv shell
(venv) $ pre-commit install
pre-commit is used to ensure every commit is tested against the current code conventions.
The local.env has the basic ENV list for the bot to work
cp local.env .env
then edit .env with the correct values.
(venv) $ pytest
After each new feature make sure to write tests for that feature.
Feel free to contribute!