Scraper to get list of products from "handphone" section on tokopedia. The scraping process is adapted from this project. Currently only supports chromedriver for UNIX-based OS.
- jdk 1.8
- Gradle
- Chrome Driver
- Build gradle project using
./gradlew build
- Run gradle project using
./gradlew run
- Wait until the process finish and the data will be stored in
handphones.csv
file