Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ;)
- Host: GitHub
- URL: https://github.com/pinkeen/evebot
- Owner: pinkeen
- Created: 2015-10-08T11:52:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T14:34:38.000Z (about 9 years ago)
- Last Synced: 2024-11-06T01:27:37.441Z (2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`