Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soh335/egotter
- Owner: soh335
- Created: 2014-07-03T08:04:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T09:09:54.000Z (over 10 years ago)
- Last Synced: 2024-10-11T21:11:56.466Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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..