Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 583 Bytes

File metadata and controls

24 lines (15 loc) · 583 Bytes

Google Play Store Review Extractor

Extract/Scrape Google Play Store Reviews of any Play Store Android Application and writes it in a csv file for further Data Exploration!

Essentials:

  • Python
  • Selenium Module in Python
  • Chrome Binary
  • Chrome Webdriver

Alt text

What's next:

  • Getting App ID (com.xxxxxx) from the user
  • Extracting other key elements like Rating, Review Title Done!
  • Auto-Setting Number of iterations
  • Removing Duplicate Entries

Note:

I'm not actively maintaining this project. Please let me know if this works or not!