iSarabjitDhiman / TweeterPy

TweeterPy is a python library to extract data from Twitter. TweeterPy API lets you scrape data from a user's profile like username, userid, bio, followers/followings list, profile media, tweets, etc.
MIT License
138 stars 20 forks source link

Tweet URL #9

Closed rehan243 closed 1 year ago

rehan243 commented 1 year ago

Hey, Can you help me how can I get a tweet URL by using TweeterPy?

iSarabjitDhiman commented 1 year ago

I am not sure what you mean, are you looking to get the tweet url from a given tweet id? Or do you need tweet urls from a user profile tweets?

iSarabjitDhiman commented 1 year ago

Duplicate : #13

Here is how you can get tweet URLs if you are using async-await branch.

But if you are using the master branch use this block of code