$ pip install twint
python
import twint c = twint.Config() c.Username = "{Identifiant d'utilisateur}" c.Search = "{Caractère de recherche}" twint.run.Search(c) #Exécution de la recherche
Recommended Posts