Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Study room availability scraper #39

Closed
ecxyzzy opened this issue May 10, 2023 · 2 comments · Fixed by #143
Closed

Study room availability scraper #39

ecxyzzy opened this issue May 10, 2023 · 2 comments · Fixed by #143
Assignees
Labels
area: tools Related to the API's maintenance tooling priority: low Low priority issue status: confirmed The bug has been reproduced and is confirmed story point: 5 Significant feature added to project type: feature request Brand new functionality, features, pages, workflows, endpoints, etc
Milestone

Comments

@ecxyzzy
Copy link
Member

ecxyzzy commented May 10, 2023

Notes:
image
https://www.lib.uci.edu/sites/all/scripts/occuspace.php?id=666

@ecxyzzy ecxyzzy added priority: low Low priority issue story point: 5 Significant feature added to project status: confirmed The bug has been reproduced and is confirmed type: feature request Brand new functionality, features, pages, workflows, endpoints, etc area: tools Related to the API's maintenance tooling labels May 10, 2023
@ecxyzzy
Copy link
Member Author

ecxyzzy commented Oct 18, 2023

Going to icebox this since ZotMeet is on hold at the moment.

@ecxyzzy ecxyzzy closed this as completed Oct 18, 2023
@ecxyzzy ecxyzzy closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
@ecxyzzy ecxyzzy reopened this Nov 27, 2023
@cokwong
Copy link
Contributor

cokwong commented Jan 23, 2024

@sanskarm7 Try creating a function to grab all unique room IDs by making a POST request to https://spaces.lib.uci.edu/spaces/availability/grid

example:

curl --location 'https://spaces.lib.uci.edu/spaces/availability/grid' \
--header 'Referer: https://spaces.lib.uci.edu/spaces?lid=6579' \
--form 'lid="6579"' \
--form 'gid="0"' \
--form 'start="2024-01-22"' \
--form 'end="2024-01-23
"' \
--form 'pageSize="18"'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tools Related to the API's maintenance tooling priority: low Low priority issue status: confirmed The bug has been reproduced and is confirmed story point: 5 Significant feature added to project type: feature request Brand new functionality, features, pages, workflows, endpoints, etc
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants