Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenCourseAPI/OwlAPI
An open source REST API written in Python to scrape and serve Foothill / De Anza course data :ledger:
https://github.com/OpenCourseAPI/OwlAPI
api course data de-anza foothill myportal owl-api webscraping
Last synced: about 1 month ago
JSON representation
An open source REST API written in Python to scrape and serve Foothill / De Anza course data :ledger:
- Host: GitHub
- URL: https://github.com/OpenCourseAPI/OwlAPI
- Owner: OpenCourseAPI
- License: mit
- Created: 2018-02-07T07:38:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:43:00.000Z (about 2 years ago)
- Last Synced: 2024-08-06T03:03:18.484Z (5 months ago)
- Topics: api, course, data, de-anza, foothill, myportal, owl-api, webscraping
- Language: Python
- Homepage: https://opencourse.dev:3000
- Size: 1000 KB
- Stars: 9
- Watchers: 8
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OwlAPI
[![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=shield)](https://circleci.com/gh/OpenCourseAPI/OwlAPI)> ⚠️ **NOTE: OwlAPI has been deprecated in favor of [OpenCourseAPI](https://github.com/OpenCourseAPI/OpenCourseAPI/), and may be shut down anytime. Use OpenCourseAPI for your latest projects!**
This is an unofficial API that serves course data from Foothill DeAnza MyPortal to students wishing to use it. If you have a suggestion for what other FHDA data this API should serve, drop an issue on Github. OwlAPI currently lives at [opencourse.dev:3000](https://opencourse.dev:3000).
OwlAPI serves data directly from MyPortal. It parses and cleanses the data in order to make it more usable. For now, only the most recent quarter's data is pulled from MyPortal. On [opencourse.dev:3000](https://opencourse.dev:3000), seat data is synced every 2 minutes with MyPortal.
## Quickstart
### Go to *[opencourse.dev:3000](https://opencourse.dev:3000)*.
## About
### Core Team
> [**Madhav Varshney**](https://github.com/madhavarshney), [**Kishan Emens**](https://github.com/phi-line)### Contributors
> [John Schwarz](https://github.com/TryExceptElse), [Joshua Kuan](https://github.com/cwjoshuak), [Joshua Fan](https://github.com/joshuaptfan), [Byron White](https://github.com/BoomSyrup)If you would like to contribute, follow this [guide](https://github.com/OpenCourseAPI/OwlAPI/blob/master/CONTRIBUTING.md). Thank you!
### Showcase
Powered by OwlAPI:
> [**FHDA Class Register**](https://github.com/cwjoshuak/FHDA-Class-Register)### Dependencies
> [**Flask**](https://github.com/pallets/flask), [**TinyDB**](https://github.com/msiemens/tinydb), [**BeautifulSoup4**](https://www.crummy.com/software/BeautifulSoup/), [Requests](https://github.com/requests/requests), [Maya](https://github.com/kennethreitz/maya) ✨🍰✨## License
The [MIT License](LICENSE).