twint library ss proxy settings

 The official demo change it,

ss local proxy port configured for 1080

#test.py

import twint

# Configure
c = twint.Config()
c.Username = "Twitter"
c.Proxy_host = '127.0.0.1'
c.Proxy_port = '1080'
c.Proxy_type = 'http'
# Run
twint.run.Search(c)

 

 

 

Published 115 original articles · won praise 34 · views 90000 +

Guess you like

Origin blog.csdn.net/u011519550/article/details/103654720