陈序员

Results 2 comments of 陈序员

I was wondering if I could create an HTTP proxy server using Golang myself, decrypt TLS, and provide more advanced configurations

> Hi, you can do something like this > > ``` > from twitter.account import Account, Client > proxies = { > 'http://': f'http://{proxy_username}:{proxy_password}@{ip}:{port}', > 'https://': f'http://{proxy_username}:{proxy_password}@{ip}:{port}', > } >...