API / Scraper for your school #32
Labels
enhancement
New feature or request
fastapi
hacktoberfest
let's go Open Source!
help wanted
Extra attention is needed
python
web api
😮 Create a Web API for your school!
CourseCake is a Web / Python API to help course discovery and the creation of apps for students, by students! By adding support for your school, you will be helping developers like you help make apps for students at your college!
All you have to do is create a class with the method
.get_classes(testing: bool = False)
that returns a dictionary ofCourse
.For each
Course
, make sure you fill in the attributes as well as appendCourseClass
objects toCourse.classes
.What is this stuff?
For explanation of a
Course
andClass
, check out our documentation or the source code.That's too much reading
I know this is probably confusing, so please comment or message me for more info -- I'm happy to help you learn. Happy coding!
The text was updated successfully, but these errors were encountered: