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

Feature Request — Rewrite webscraper to use SIS login #801

Closed
martig7 opened this issue Sep 29, 2023 · 0 comments · Fixed by #849
Closed

Feature Request — Rewrite webscraper to use SIS login #801

martig7 opened this issue Sep 29, 2023 · 0 comments · Fixed by #849
Assignees
Labels
back-end back-end related (usually in python and sql) Feature Request New Feature Request python Pull requests that update Python code tech debt Technical Debt Cleanup, things work, but could hurt us in the future

Comments

@martig7
Copy link
Contributor

martig7 commented Sep 29, 2023

Job
The SIS course catalog has a lot more info in a far more standard way when viewing while logged in using an RCSID. If we could just prompt for login info from whoever is running the script we could allow any maintainer to use their own account to generate a csv file with all of the courses without having to go through the registrar.

Describe a possible solution
Part 1. Send a request to sis.rpi.edu, orompt the user for their RCSID and their password.
Part 2. Get the DUO code which shows up, give the user the code
Part 3. Navigate to Course Search, select the correct term on the drop-down.
Part 4. For every subject in the course search subject dropdown, select the subject, parse all courses on the page, and then go back to the course search page.

Context
Our current solution is bad.

@martig7 martig7 added the Feature Request New Feature Request label Sep 29, 2023
@martig7 martig7 self-assigned this Sep 29, 2023
@martig7 martig7 added tech debt Technical Debt Cleanup, things work, but could hurt us in the future python Pull requests that update Python code back-end back-end related (usually in python and sql) labels Sep 29, 2023
@j-sund j-sund self-assigned this Sep 29, 2023
@bnavac bnavac self-assigned this Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end back-end related (usually in python and sql) Feature Request New Feature Request python Pull requests that update Python code tech debt Technical Debt Cleanup, things work, but could hurt us in the future
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants