Skip to content

nicofarr/queshuns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  • Create a Twitter Application at Twitter Developer
  • Create a file auth.py and add the variables below and set the values from your new Twitter app
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.

About

Twitter filter tracking music listening tweets (based on QuesHuns.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 45.6%
  • HTML 24.1%
  • JavaScript 19.3%
  • Go 5.8%
  • Python 5.2%