Skip to content

Instantly share code, notes, and snippets.

@olekscode
Created January 26, 2018 10:21
Show Gist options
  • Save olekscode/55fef947adcb52e244691691419c96e7 to your computer and use it in GitHub Desktop.
Save olekscode/55fef947adcb52e244691691419c96e7 to your computer and use it in GitHub Desktop.
TwitterGeotag
app = accounts["social"]
auth = twitter.oauth.OAuth(
app["token"],
app["token_secret"],
app["api_key"],
app["api_secret"])
twitter_api = twitter.Twitter(auth=auth)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment