https://github.com/scortier/gcp_leaderboard
Enrolled student in 30 days of Google Cloud Challenge of NITS can check their performances directly through this application which gets updated in every hour span of time.
https://github.com/scortier/gcp_leaderboard
javascript python-3 shell-script web-crawler
Last synced: about 2 months ago
JSON representation
Enrolled student in 30 days of Google Cloud Challenge of NITS can check their performances directly through this application which gets updated in every hour span of time.
- Host: GitHub
- URL: https://github.com/scortier/gcp_leaderboard
- Owner: scortier
- License: gpl-3.0
- Created: 2020-10-21T05:48:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T23:21:16.000Z (over 5 years ago)
- Last Synced: 2025-03-16T01:13:10.874Z (about 1 year ago)
- Topics: javascript, python-3, shell-script, web-crawler
- Language: Python
- Homepage: https://performance-tracker-git-main-scortier.vercel.app/
- Size: 449 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 30daysleaderboard
Update - Now if you run this script it will tell you how many students got atleast 1 skill badge, how many completed atleast 1 track etc
I made this for the program #30DaysofGoogleCloud
For this you need to edit all the Qwiklabs Public URL in the userurl.txt and run publiclistmaker.py to generate all the links in list and update the list in main.py
then after pushing it back to github you need to enable Github Actions from the action tab and then make a commit to start the Github Actions.
It has multi threading support and it scrapes the data in 6 seconds and it will automatically run on github action every 2 hours to scrap the data and generate JSON file.
For hosting use netlify as its free.
Note - Make sure all the Qwiklabs public URL are correct otherwise it will crash.
That's all, it will then automatically scrap the data and update the json file easily every hour.
Thank You