surmatech

Results 3 issues of surmatech

Installed tor2web on debian /etc/init.d/tor2web status -l ● tor2web.service - LSB: Start the Tor2web proxy. Loaded: loaded (/etc/init.d/tor2web) Active: active (exited) since Wed 2016-01-06 19:26:53 UTC; 9min ago Process: 600...

> result = run_parallel(run, used_data, n) at wrapper_browser (/home/user/.local/lib/python3.10/site-packages/botasaurus/decorators.py:664) > parallel_thread.join(0.2) # time out not to block KeyboardInterrupt at run_parallel (/home/user/.local/lib/python3.10/site-packages/botasaurus/decorators.py:166) > raise self._exception at join (/home/user/.local/lib/python3.10/site-packages/botasaurus/decorators.py:152) > self.result =...

from botasaurus import * @request(use_stealth=True) def scrape_heading_task(request: AntiDetectRequests, data): response = request.get('ANY_CF_UAM_WEBSITE') print(response.status_code) return response.text scrape_heading_task() This shares output almost instantaneously for all cloudflare UAM websites and doesn't work. Tried...