Jefferson-Henrique / GetOldTweets-python

A project written in Python to get old tweets, it bypass some limitations of Twitter Official API.
MIT License
1.35k stars 809 forks source link

Finding tweet from ID #268

Open AbdullaRifai opened 4 years ago

AbdullaRifai commented 4 years ago

Does anyone know how I can get a tweet object from the ID only?

rishi-raj-jain commented 4 years ago

Yeah, I found a way around using selenium. Have a look at https://github.com/digitalPlayer1125/twitterUsernamefromUserID

AbdullaRifai commented 4 years ago

@digitalPlayer1125 thanks man! Been digging for a while for a way.