Update README.md

This commit is contained in:
Seraphim R.P 2020-09-09 17:16:00 -04:00 committed by GitHub
parent 3bba5f1aff
commit 636268fd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,16 @@ goarch_api
===
[![PyPI](https://img.shields.io/pypi/v/goarch-api.svg)](https://pypi.org/project/goarch-api/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/goarch_api.svg)](https://pypi.org/project/goarch-api/)
!! **Unusable, read below.** !!
A Python interface for the Greek Orthodox Archdiocese of America's Chapel API.
Install through pip: `pip install goarch-api`
Documentation coming soon.
Documentation coming soon.
----
### Usability
This interface is no longer able to (properly) be used as the API is behind Cloudflare, which will detect requests with this library through its anti-bot protection. You could attempt to get cloudscraper or cfscrape to work with this, but those projects are too unreliable for implementation here. There might be other ways to do this, like through a headless browser or so on, but it ends up being too impractical for something this small. I plan on making an interface that scrapes the OCA's website, but in the meantime there's nothing that I can do.