https://github.com/spanglelabs/cloudflare-scrape-wrapper
Wrapper for the cloudflare-scrape python library, so requests can be passed through from other applications
https://github.com/spanglelabs/cloudflare-scrape-wrapper
Last synced: 3 months ago
JSON representation
Wrapper for the cloudflare-scrape python library, so requests can be passed through from other applications
- Host: GitHub
- URL: https://github.com/spanglelabs/cloudflare-scrape-wrapper
- Owner: SpangleLabs
- License: mit
- Created: 2019-09-13T06:58:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T13:07:30.000Z (over 4 years ago)
- Last Synced: 2025-03-23T03:16:54.679Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudflare-scrape wrapper
This is a simple little webserver to wrap around the [cfscrape](https://pypi.org/project/cfscrape/#description) python library.
Simply set the environment variables `web_domain` and `port` and then run run.py, and then you can point whatever other application at `http://localhost:{port}` for whichever port you chose.