Skip to content

Commit

Permalink
Fix URL for creating an app
Browse files Browse the repository at this point in the history
  • Loading branch information
craig committed Jul 5, 2018
1 parent 2d8a1b3 commit 752a656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secrets.py
@@ -1,9 +1,9 @@
# Go to http://dev.twitter.com and create an app.
# Go to https://apps.twitter.com/ and create an app.
# The consumer key and secret will be generated for you after
consumer_key="xxxxxxxxxxxxxx"
consumer_secret="xxxxxxxxxxxxx"

# After the step above, you will be redirected to your app's page.
# Create an access token under the the "Your access token" section
# Create an access token under the the "Create New App" section
access_token="xxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxx"
access_token_secret="xxxxxxxxxxxxxxxxxxxxxxx"

0 comments on commit 752a656

Please sign in to comment.