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 info on Cal Poly Campus clubs. See the Club object in models.py to understand the schema. Review CollegeScraper as an example of a web scraper template.
The text was updated successfully, but these errors were encountered:
Working in "club-scraper" branch. Cal poly now uses an API that we can utilize. In attempting to see if I need to be signed in to see officers, the cal poly portal login stopped working. Will have to check in later
Looks like to see officer or member information, you have to be signed in. This complicates things because it means our requests now need to be made in a consistent session or cookies need to be passed around.
Create a new scraper in the
scrapers
folder that gets info on Cal Poly Campus clubs. See theClub
object inmodels.py
to understand the schema. ReviewCollegeScraper
as an example of a web scraper template.The text was updated successfully, but these errors were encountered: