Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pinkeen/evebot

The last slack bot you'll ever need ;)
https://github.com/pinkeen/evebot

Last synced: 14 days ago
JSON representation

The last slack bot you'll ever need ;)

Awesome Lists containing this project

README

        

## Development

### Install virtualenv

For best results use [virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).

```
sudo pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

### Run in debug mode with your bot API key

`EVEBOT_TOKEN="TOKEN" ./evebot.py -d`