seoprodaddy
Results
2
comments of
seoprodaddy
> 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}', > } >...
@obnoxiousish How did you get proxies to work for you? I couldn't get it to work for me. Please can you help with how I can subclass Scraper, Account and...