$ pip install twint
python
import twint c = twint.Config() c.Username = "{Benutzeridentifikation}" c.Search = "{Zeichen suchen}" twint.run.Search(c) #Suchausführung
Recommended Posts