Created
August 15, 2020 05:27
-
-
Save aniruddha27/6472ca2e77d4ecf36d09a0f58afacab1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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