Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (17 loc) · 1.03 KB

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