- Python 3.x.x
- Clone the repository
cd
into the cloned directory- Create a virtualenv
python3 -m venv .env
- Activate the virtualenv
source .env/bin/activate
- Install the dependencies
python3 -m pip install -r requirements.txt
- Clone the repository
cd
into the cloned directory- Create a virtualenv
python -m venv .env
- Activate the virtualenv
cd .env/Scripts/
first then runactivate
- Go back to the main project folder and install the dependencies
python -m pip install -r requirements.txt
- Create a local file
config.ini
matching the format of config.ini.example in root. Add your tokens, etc. here. - Run the python script
python3 slackbot.py
(Linux/Mac) orpython slackbot.py
(Windows)
Run python3 -m unittest tests