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
123 stars 17 forks source link

Unable to clone the async_await branch #54

Open sol080 opened 4 months ago

sol080 commented 4 months ago

Hello @iSarabjitDhiman!

I found this thread and wanted to try out the from_date to_date functionality, but I could not clone the async-await branch (possibly because it's now a stale branch?). Can you help me to proceed?

iSarabjitDhiman commented 4 months ago

Hey @sol080 Yes, the async-await branch is no longer maintained. I see you want to use from_date and to_date functionality to fetch tweets. I want to point out a few things here:

This functionality is not available in the master branch, but if u want to use it anyway, I can add this feature in the next commit.

Let me know. Thanks.