Arias800 / CloudflareScraper

This is an experimental update of Team Universal's UniversalScrapers' cfscrape.py, which tries to solve a CF challenge with local Python code with as few imports as possible.
MIT License
11 stars 0 forks source link

Not an issue. Please upload to pypi #7

Open dheerajbred opened 5 years ago

dheerajbred commented 5 years ago

Not an issue, just a request. Please can you upload this to PyPi if possible?

Also, I have a question. Is this script using node.js? The script is working, I just wanted to know if this is using node or not

doko-desuka commented 5 years ago

Hi @dheerajbred, this script does not use node.js nor js2py. It uses standard Python string operations to decipher the javascript challenge, that's why it works 'out of the box'.

I'm not sure if it's a good idea to add it to PyPi (getting it more attention), as then the people at Cloudflare could take notice and find ways to break this script. What would be the benefits of adding it there?