A Python interface for the Greek Orthodox Archdiocese of America's Chapel API.
Go to file
2020-09-09 17:16:00 -04:00
.idea bump 2019-06-03 06:52:56 -04:00
goarch_api Update client.py 2020-06-24 14:49:06 -04:00
.gitignore Version 1.0.0 2018-08-23 07:08:50 -04:00
LICENSE.txt Move license to GPLv3, open doors. 2018-08-23 11:23:01 -04:00
README.md Update README.md 2020-09-09 17:16:00 -04:00
setup.py Fix bug with OT readings. 2020-04-09 08:29:17 -04:00

goarch_api

PyPI PyPI - Python Version

!! 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.


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.