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

Create scrapper for grades #10

Open
luisced opened this issue May 19, 2023 · 0 comments
Open

Create scrapper for grades #10

luisced opened this issue May 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Function Function related content

Comments

@luisced
Copy link
Collaborator

luisced commented May 19, 2023

Create function to scrap user grades

Implement a function inside login.utils inside login function line: 61 in order to scrap student grades from UP4U

  1. Use login function in order to enter to UP4U dashboard
  2. Using Selenium you will reach to grades path, recommendation: use xpath lo reach this
  3. Using BS4 scrap all the grades from the user
  4. Return all the grades as a list

Note: Rember to trigger these functions from login endpoint, do not create another one

@luisced luisced added enhancement New feature or request Function Function related content labels May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Function Function related content
Projects
None yet
Development

No branches or pull requests

2 participants