You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for putting together such an amazing library! I just need to figure out how to receive real-time notifications and how to read tweets from those? Or is there a way to setup callbacks so that I can fetch the latest tweets in real-time?? Would really appreciate it if you could provide some examples on how to achieve this. Thank you!
The text was updated successfully, but these errors were encountered:
Sorry but I'm having trouble with grabbing a simple list from my own profile:
user_lists = await app.get_lists() # Fetch lists
Tweety authenticates my acc successfully but len(user_lists) returns 0, even though I do have a valid list. And yes, I've tried setting it to public as well, but it doesnt recognize the list for some reason?
Hi, thank you for putting together such an amazing library! I just need to figure out how to receive real-time notifications and how to read tweets from those? Or is there a way to setup callbacks so that I can fetch the latest tweets in real-time?? Would really appreciate it if you could provide some examples on how to achieve this. Thank you!
The text was updated successfully, but these errors were encountered: