You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new scraper in the scrapers folder that gets course information from the cal poly course catalog. See the Course object in models.py to understand the schema. Review CollegeScraper as an example of a web scraper template.
Create a new scraper in the
scrapersfolder that gets course information from the cal poly course catalog. See theCourseobject inmodels.pyto understand the schema. ReviewCollegeScraperas an example of a web scraper template.