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.
-> Contents of Participant_Details.csv file
-> Contents of Participant_Completion.csv file
- Make sure Python 3 and pip is installed
- Download the chromedriver according to your chrome version and OS (Windows or Linux)
- Install the required libraries in your terminal using the following commands:
pip install selenium
pip install beautifulsoup4
pip install pandas
- Execute the script using the following command:
python3 badge_scraper.py