mikl / django-dailytweet
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.markdown | ||
| |
dailytweet/ | ||
| |
example_project/ | ||
| |
requirements.txt | ||
| |
setup.py |
README.markdown
Django Daily Tweet
A simple reusable app to post daily (or otherwise recurring) message to Twitter. Useful for quote/tip of the day style of apps.
Installation
- Install the dailytweet app with
easy_install,python setup.py install,pipor whatever method you prefer. - Use the example_project or install dailytweet into a project of your own.
- Remember to set
TWITTER_USERNAMEandTWITTER_PASSWORDin your settings file (if usingexample_project, copylocal_settings.py.templateand edit it. - Run
manage.py syncdband add some DailyTweets in the interface. - Set up a cron job to run
manage.py post_daily_tweetdaily. - Profit.

