Conversation
|
changes consistent with #64, merging. |
|
@globeriz Thanks, and yeah: I just force pushed the fixes to the same branch. |
|
thanks, great one :) but still works on local with ip not banned and doesn't work on a banned ip. Seems that it's still using the non-proxy ip ^^ |
|
I can confirm the issue above |
|
I haven't tried it yet but did you update your pip requirements? |
|
How do I use this? Can I just bind to a specific IP on my machine? Is it something that needs added into the config file ?? Any chance of a quick write up on how to use this? |
|
PROXIES = {
'http': 'socks5://127.0.0.1:1080',
'https': 'socks5://127.0.0.1:1080'
}
api = PGoApi()
api.set_proxy(PROXIES) |
Resolved the new conflicts.