m3nda

Results 97 comments of m3nda

When creating an issue, please post at least a minimum required info. OS: Windows 10 Terminal: Git Bash I tried it rigth now and yes, i got around 621 and...

Same for me. I am using aiodns==1.1.1 but sometimes i get the File descriptor error :-/

I didn't digg so much on that, but in overall, proxybroker creates the async pool from given scrapped data, and checks every item in the queue one by one using...

Theres no real way to compare websites 100% because each html will be rendered different in each request. Checksum will fail so often. An idea will be to save a...

There's no argument right now to manage the output. You can go to line https://github.com/constverum/ProxyBroker/blob/d21aae8575fc3a95493233ecfd2c7cf47b36b069/proxybroker/proxy.py#L114 and see return ''.format( code=self._geo.code, types=tpinfo, host=self.host, port=self.port, avg=self.avg_resp_time, ) So feel free to find...

As far as i saw, when you try the CLI interface you are obblied to pass `--types HTTP` at least to make it work, so i expect that parameter to...

Totally yes, and seems reusing them even if relaunch it. The only way i saw to get another is to change --strict or --types or whatever other parameter. I'm not...

As far as i remember the `serve` function does that. Rotates connections based on the quality of the proxy. I've not digg on how is that managed. Default pool (--limit)...

Read docs please: http://proxybroker.readthedocs.io/en/latest/api.html Case you're using CLI commands, just add `--timeout=10` or other, in seconds. In case you're using the python class just add `timeout=10` to the arguments.

Sure, always better if you tell most of details of your question to avoid mistakes and wasting time with unwanted replies :-D From https://docs.python.org/3/library/asyncio-queue.html > asyncio queue API was designed...