$ pip install twint
python
import twint c = twint.Config() c.Username = "{User ID}" c.Search = "{Search character}" twint.run.Search(c) #Search execution
Recommended Posts