Google Cloud Skills Boost Profile Scraper
An unofficial web scraping script to extract and print out achievement lists from Cloud Skills Boost public profiles on Qwiklabs.
Created on November 2, 2023
Introduction
This Python script is designed to extract the names of badges from a public profile HTML page on Qwiklabs. It uses the Beautiful Soup library to parse the HTML and extract the badge names from specific elements. It's a simple tool that can be useful for individuals interested in organizing and summarizing their achievements on Qwiklabs. I currently have not planned to keep any live hosted demos for this.
Motivation
I made this script during 2023 October Cloud Study Jam to make it easier to keep track of completions and also assist group member. I also wanted to practice my Web Scraping Skills that I recently studied via coursera
Installation
Clone / Download this repository to your local machine.
Make sure you have Python installed.
Ensure internet access to install the required libraries.