Tayyab Kharl
Tayyab Kharl
Give this a try https://github.com/mahrtayyab/tweety
If possible can you please post tweet id
I am unable to reproduce the error , what is your use case
Do update to latest version
Previously `UserProtected` was raised when `UserUnavailable` was found in response objext, Twitter recent update has removed it , it now contains empty object, the issue will be addressed in next...
> Actually, it looks like the session isn't being loaded properly. From a fresh workspace (`rm test.tw_session`): > > ```python > >>> from tweety import Twitter > >>> app =...
I will add proper `is_user_authorized` attribute to determine either we are logged in or not.
`is_user_authorized` Added
as far as I know , replies aren't part of list timeline.
> This is my solution, if encountered Conversition in the list, I'll get Twitter Detail , and I add new field 'self_vertical_conversation' in Tweet to get he self reply [harleyLuke@1f7d065](https://github.com/harleyLuke/tweety/commit/1f7d065967a91f92fc1f60fa044bfa100c6dfbe3)...