An open API service indexing awesome lists of open source software.

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

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.