Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 828 Bytes

File metadata and controls

9 lines (5 loc) · 828 Bytes

Scraper

Why this Project ?

This project was made to track the progress of our college group for practicing Leetcode problems. Everyone needs to mandatorily solve 4 problems every week, and every solve will then be recorded in this Google Sheet

How we achieved it ?

We use selenium to scrape every user profile and check for questions submitted in the last 1 hours. The fresh questions are then updated to the Google sheet using Google API. The python script is executed every 15 minutes using Github Actions.