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
5.8k points