this is my bot I wrote for slack, using Twitter API, and Slack API!
Installation
You can create a virtual environment and install the required packages with the following commands:
$ virtualenv venv $ . venv/bin/activate (venv) $ pip install -r requirements