Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoganghan committed Feb 11, 2014
1 parent f003e98 commit 1180424
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.rst
Expand Up @@ -26,18 +26,19 @@ Get started
create a file named local_settings.py in the 'twitter-bot/twitter-bot' dir, and copy and parse the following code with the keys obtained from Twitter and Bitly.


.. code:: python
TwitterKey = {
'consumer_key': "",
'consumer_secret': "",
'access_token': "",
'access_token_secret': ""
}

BitlyKey = {
'login': '',
'apikey': ''
}
::

TwitterKey = {
'consumer_key': "",
'consumer_secret': "",
'access_token': "",
'access_token_secret': ""
}
BitlyKey = {
'login': '',
'apikey': ''
}



Expand Down

0 comments on commit 1180424

Please sign in to comment.