Merge 3a198653eb into b983d154eb
This commit is contained in:
commit
fe26f12e50
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Now, you'll want to create a Twython instance with your ``Consumer Key`` and ``C
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
APP_KEY = 'YOUR_APP_KEY'
|
APP_KEY = 'YOUR_APP_KEY'
|
||||||
APP_SECET = 'YOUR_APP_SECRET'
|
APP_SECRET = 'YOUR_APP_SECRET'
|
||||||
|
|
||||||
twitter = Twython(APP_KEY, APP_SECRET)
|
twitter = Twython(APP_KEY, APP_SECRET)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue