199k views
2 votes
scraper = cloudscraper.create_scraper( interpreter='nodejs', recaptcha={ 'provider': '2captcha', 'api_key': '1abc234de56fab7c89012d34e56fa7b8' } ) scraper = cloudscraper.create_scraper( interpreter='nodejs', recaptcha={ 'provider': 'anticaptcha', 'api_key': 'P6KLRNy7h3K160ZmYNUOAce7' } ) That won't run in a repl? Yes, I know, I just gave out my API key, I could care less.

1 Answer

4 votes

Answer:

I don't think repl supports those things. You probably need to download something and run nodejs on your computer.

User Sriraman
by
8.3k points

Related questions

1 answer
3 votes
213k views
asked Oct 3, 2024 158k views
Abhinav Tyagi asked Oct 3, 2024
by Abhinav Tyagi
7.8k points
1 answer
3 votes
158k views