Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soh335/egotter

mention, event, keyword notification by im.kayac.com for twitter
https://github.com/soh335/egotter

Last synced: 14 days ago
JSON representation

mention, event, keyword notification by im.kayac.com for twitter

Awesome Lists containing this project

README

        

# egotter

mention, event, keyword notification by im.kayac.com for twitter

## how to use

### configuration

```
git clone ...
git checkout -b heroku
cp config.json.sample config.json
# edit config.json
git add config.json
git commit -m 'add config.json'
git remote add heroku ...
```

### deploy to heroku

```
git checkout heroku
git merge --no-ff master
git push heroku heroku:master
```
## TODO

* refactoring
* more notification services
* and more..