iSarabjitDhiman / TweeterPy

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.
MIT License
169 stars 30 forks source link

Update load_session argument in documentation #88

Closed jib1337 closed 2 weeks ago

jib1337 commented 2 weeks ago

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.

iSarabjitDhiman commented 2 weeks ago

Thanks for your help.