A Python wrapper for Page.REST – an HTTP API you can use to extract content from any web page as JSON
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
Making max_workers on ThreadPoolExecutor None which means it will default to the number of processors on the machine, multiplied by 5. This only works on Python 3.5+ so reflecting that in the README and setup.py
f492adaView on GitHubadding RuntimeError if Python version is too low to setup.py
8052a60View on GitHubAdded asynchronous requests so scraping multiple urls is a lot faster; made minimum python version 3.4; bumped version number to 0.2
9340243View on GitHub