https://github.com/bulkan/queshuns
Twitter filter using the Twitter Streaming API and built with golang, redis, CherryPy, Jinja2 and jQuery
https://github.com/bulkan/queshuns
Last synced: about 1 year ago
JSON representation
Twitter filter using the Twitter Streaming API and built with golang, redis, CherryPy, Jinja2 and jQuery
- Host: GitHub
- URL: https://github.com/bulkan/queshuns
- Owner: bulkan
- Created: 2009-12-15T09:35:12.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T15:04:10.000Z (almost 12 years ago)
- Last Synced: 2025-05-08T03:53:13.107Z (about 1 year ago)
- Language: CSS
- Homepage: http://queshuns.com
- Size: 2.62 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
=====
* Create a Twitter Application at [Twitter Developer](https://dev.twitter.com/apps)
* Create a file `auth.py` and add the variables below and set the values from your new Twitter app
```python
consumer_key = ""
consumer_secret = ""
access_token = ""
access_token_secret = ""
```
More details can be read on the following URL
See http://bulkan-evcimen.com/building_twitter_filter_cherrypy_redis_tweetstream/
queshuns.com
============
This used to run on my old slicehost vps but it was using too much bandwidth.
Now I've moved it onto a micro EC2 instance and it reads from the streaming api only every 20 seconds.