Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samn/dalmatian
Simple Twitter Streaming API Multiplexer
https://github.com/samn/dalmatian
Last synced: about 21 hours ago
JSON representation
Simple Twitter Streaming API Multiplexer
- Host: GitHub
- URL: https://github.com/samn/dalmatian
- Owner: samn
- Created: 2013-11-20T22:09:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T22:47:06.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T23:39:28.284Z (7 months ago)
- Language: Clojure
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dalmatian
A bot for pulling the Twitter Streaming API and pushing Tweets to other services.
Right now only basic Hipchat functionality has been implemented.
When a Tweet is received a link to it will be sent to the designated room.## Usage
The following environment variables must be set
* `APP_CONSUMER_KEY`
* `APP_CONSUMER_SECRET`
* `USER_ACCESS_TOKEN`
* `USER_ACCESS_TOKEN_SECRET`
* `TRACK` Tweets matching this keyword will be streamed
* `HIPCHAT_ROOM_ID`
* `HIPCHAT_AUTH_TOKEN`This is meant to run on Heroku, a `Procfile` is included.
## License
Copyright © 2013 @samn
Distributed under the Eclipse Public License, the same as Clojure.