Tienen script corriend en X
search_query = "DAIA"
tweets = api.search_tweets(query=search_query,
result_type="recent",
count=100)
for tweet in tweets:
api.create_bookmark(tweet.id) #Guardar
From tweet.id
El de la DAIA guardando todos los tuits
1
39
