ios-lab-up / smartup_api

UP API that connects to UPSite
3 stars 0 forks source link

Create scrapper for grades #10

Open luisced opened 1 year ago

luisced commented 1 year ago

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