Twitter Beat subprocess to follow Twitters from one username
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'
)
Go to django admin on app twitterbeat you will see Accounts.
Set your username and save and start daemon with command.
- 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
- django 1.2.x or higher
- python-twitter==0.8.2
- feedparser==5.1.2
- Test daemon on Windows
- CSS to default twitter list