Zohair-coder / drexel-scraper

Scrapes data from Drexel TMS and Rate My Professors and displays it in a filterable and sortable Grafana visualization
https://scheduler.zohair.dev
GNU General Public License v3.0
5 stars 1 forks source link

Fix Authentication with SSO #109

Closed Zohair-coder closed 3 months ago

Zohair-coder commented 3 months ago

Authentication with Drexel SSO has broken. Changes to login.py are required to fix it.

Zohair-coder commented 3 months ago

Looks like we're being redirected to Microsoft's website for SSO. Their website uses a lot of JavaScript so I think using Selenium or Playwright may be better suited for this task.