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

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

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.