mahrtayyab / tweety

Twitter Scraper
494 stars 67 forks source link

Is there a way to get groups as list and not as coroutine? #223

Open Jaden024 opened 12 hours ago

Jaden024 commented 12 hours ago

Is there a way to get groups as list and not as coroutine?

In other words, is there a way to use synced version of tweety?

Jaden024 commented 11 hours ago

Idk if the synced version is going to be supported or updated, but the async update definitely messed up the synced flow, the lists are coroutines now and some action like .add_member_to_group and .follow_user want to required to be awaited

Jaden024 commented 10 hours ago

Also, I think add_member_to_group action does not work at all

mahrtayyab commented 7 hours ago

Sync is just a little hack , may not work for all methods , I will try to improve it but can't guarantee.

image What do mean by "get groups"?

mahrtayyab commented 10 minutes ago

Pushed an improved sync version, do consider upgrading.