/DjangoTweepy

An example Django project using Tweepy to authorise with Twitter via OAuth

Primary LanguagePython

*
* This work is licensed under the Creative Commons Attribution 3.0 Unported License. 
* To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/
*

This project contains a basic implementation of a Django project (DjTweepy) with an app 'twitter_auth'. 
The 'twitter_auth' app uses Tweepy and OAuth to authenticate with Twitter, so can be extended to create twitter web apps.

To use:

1. Download, extract files.
2. Edit settings.py for your database settings
3. Edit utils.py to add your twitter app Consumer Key and Consumer Secret
4. Run python manage.py syncdb
5. Run python manage.py runserver
6. ???
7. Profit!

Note: this app is set up for development not production.