kitsune/docs/armyofawesome.rst

43 строки
948 B
ReStructuredText
Исходник Обычный вид История

2012-06-09 00:57:57 +04:00
.. _armyofawesome-chapter:
===============
Army of Awesome
===============
Setting up the Army of Awesome Twitter Application
==================================================
Create the Twitter application
------------------------------
Go to https://dev.twitter.com/apps/new and fill in the required fields.
Also be sure to fill in a Callback URL, it can be any dummy URL as we
override this value by passing in an oauth_callback URL. Set up the
application for read-write access.
You will need to enter the consumer key and consumer secret in
settings_local.py below.
Update settings_local.py
------------------------
Set the following settings in settings_local.py::
TWITTER_CONSUMER_KEY = <consumer key>
TWITTER_CONSUMER_SECRET = <consumer secret>
TWITTER_COOKIE_SECURE = False
Fetch tweets
============
To fetch tweets, run::
$ ./manage.py cron collect_tweets
You should now see tweets at /army-of-awesome.