markowanga / stweet

Advanced python library to scrap Twitter (tweets, users) from unofficial API
MIT License
580 stars 67 forks source link

Not picking up retweets #69

Closed johnwessolomon88 closed 2 years ago

johnwessolomon88 commented 3 years ago

When I look for a user's tweets, is there any way to pick up things they retweeted?

markowanga commented 2 years ago

No, you can't filter retweets in query, but you can filter it after download by bool retweeted tweet property.

benskelton commented 2 years ago

a little related: would it be possible to add retweeted by userid list and liked by userid list?