A slack bot for the park-ers
Create a virtualenv and activate it(recommended):
virtualenv mydir
source mydir/activate/bin
Upgrade pip:
pip install --upgrade pip
Clone the repository:
git clone https://github.com/punchagan/parktain.git
cd parktain/
To install dependencies:
pip install -r requirements.txt
To install the bot:
python setup.py install
To setup the bot for development, run:
python setup.py develop
Change directory into your slackbot folder(here, parktain):
cd parktain/
Find Slack API token for your @ here:
https://my.slack.com/services/new/bot
Paste the following as is into config.yaml(or create it):
gendo:
auth_token: "API-token-from-previous-step"
To run your bot:
python main.py