Skip to content

A script that scrapes badges and displays completion details of participant for android study jams using selenium and beautiful soup.

Notifications You must be signed in to change notification settings

DSC-AIT-Pune/asj-badge-scraper

Repository files navigation

Android Study Jams Badge Scraper

A script that scrapes badges and displays completion details of participant for android study jams using selenium and beautiful soup.

It takes participant details from Participant_Details.csv file and outputs data into Participant_Completion.csv file.

Screenshots of CSV Files

-> Contents of Participant_Details.csv file

details

-> Contents of Participant_Completion.csv file

completion

Installation Instructions

  1. Make sure Python 3 and pip is installed
  2. Download the chromedriver according to your chrome version and OS (Windows or Linux)
  3. Install the required libraries in your terminal using the following commands:

pip install selenium

pip install beautifulsoup4

pip install pandas

  1. Execute the script using the following command:

python3 badge_scraper.py

About

A script that scrapes badges and displays completion details of participant for android study jams using selenium and beautiful soup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages