Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created August 15, 2020 05:27
Show Gist options
  • Save aniruddha27/6472ca2e77d4ecf36d09a0f58afacab1 to your computer and use it in GitHub Desktop.
Save aniruddha27/6472ca2e77d4ecf36d09a0f58afacab1 to your computer and use it in GitHub Desktop.
# Retrieve tweets
result = api.search(['covid','Covid-19','COVID-19'], lang='en', count=10)
# JSON keys
pprint(result[0]._json.keys())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment