Skip to content

A script for user with ESSENTIAL access level to extract tweets in the past 7 days using Twitter API v2 and save them into an json file (.json).

Notifications You must be signed in to change notification settings

clementsun/TwitterAPI-Search-Essential

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TwitterAPI-Search-Essential

A script for user with ESSENTIAL access level to extract tweets in the past 7 days using Twitter API v2 and save them into an JSON file (.json).

Reading the JSON file into dataframe

with open(<<YOUR_JSON_FILE_PATH_HERE>>) as f:
        data = json.load(f)
        df = pd.DataFrame.from_dict(data, orient='columns')

About

A script for user with ESSENTIAL access level to extract tweets in the past 7 days using Twitter API v2 and save them into an json file (.json).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages