Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Twitter Beat subprocess to get Twitter

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages