Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 912 Bytes

README.md

File metadata and controls

65 lines (42 loc) · 912 Bytes

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