TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc.
The file path argument in load_session() function is called path in the code but is currently in the documentation as: session_file_path. Updating the documentation to be path.
The file path argument in load_session() function is called
path
in the code but is currently in the documentation as:session_file_path
. Updating the documentation to bepath
.