Andrey Happy

Results 6 comments of Andrey Happy

I use Windows. I'm using the sample code from the readme: ```Python import asyncio from proxybroker import Broker async def show(proxies): while True: proxy = await proxies.get() if proxy is...

What exactly should be done? In the provided answer, it is not clear exactly what actions are needed!

PS D:\GitRepo\PythonTest> & d:/GitRepo/PythonTest/.venv/Scripts/python.exe d:/GitRepo/PythonTest/ProxyBroker2.py D:\GitRepo\PythonTest\.venv\Lib\site-packages\proxybroker\providers.py:77: DeprecationWarning: The object should be created within an async function async with aiohttp.ClientSession( D:\GitRepo\PythonTest\.venv\Lib\site-packages\aiohttp\connector.py:776: DeprecationWarning: The object should be created within an async function...

what specific action should be done? Nothing is clear in this discussion