Skip to content

I'd like to expand this project into something that can provide me with basic analytics about my Twitter accounts. I'd like to see list of followers and historical data about followers and historical data about tweet rate, retweets, favorites etc.

Notifications You must be signed in to change notification settings

wahuneke/twitterbeat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Twitter Beat

Twitter Beat subprocess to follow Twitters from one username

TO INSTALL

pip install twitterbeat

or

1. Download zip file 
2. Extract it
3. Execute in the extracted directory: python setup.py install

Add on project settings 

INSTALLED_APPS = (
    ...
    'twitterbeat'
)

CONFIGURE

Go to django admin on app twitterbeat you will see Accounts. 
Set your username and save and start daemon with command.

USAGE

  • Starting subprocess to get Twitters
python manage.py twitter_beat --start	
  • Restart subprocess
python manage.py twitter_beat --restart	
  • Stop subprocess
python manage.py twitter_beat --stop	

Requirements

  • django 1.2.x or higher
  • python-twitter==0.8.2
  • feedparser==5.1.2

TODO

  • Test daemon on Windows
  • CSS to default twitter list

About

I'd like to expand this project into something that can provide me with basic analytics about my Twitter accounts. I'd like to see list of followers and historical data about followers and historical data about tweet rate, retweets, favorites etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published