'latest page tweets url extract

is it possible to extract latest tweet url extract?

''' auth = tweepy.OAuthHandler(consumer_key, consumer_secret)

auth.set_access_token(access_token, access_token_secret)
api = tweepy.API(auth,wait_on_rate_limit=True)

search = input(f"Hashtag:")
date_since = "2022-01-26"

for tweet in tweepy.Cursor(api

''



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source