Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 261 Bytes

File metadata and controls

9 lines (6 loc) · 261 Bytes

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