资 源 简 介
Summary
rf-hydrogren is an experimental project created by Robot Fighters, which consists of several python applications that work together to find tweets talking about the apps listed in Apple"s App Store.
refreshapps.py - retrieves app details via Apple"s iTunes RSS feed and saves to a database abstracted by Django"s models.
tweetstreamer.py - a scalable Python Twitter application that utilizes memcached to cache tweets through Twitter"s Streaming API.
tweetscanner.py - a scalable Python Twitter application that utilizes memcached that filters the cached tweets based on "tweetstreamer.py" and refreshapps.py"s results and saves to a database abstracted by Django"s models.
Usage example
Command Line #1: start memcache
memcached
Command Line #2: cache tweets
./twee