A Utility Program App is a utility tool to extracts top 100 product data from Tokopedia with category Mobile Phones/Handphone and store it as CSV file.
It is based on Selenium.
- Java 1.8
- Maven
- Chrome Driver
mvn clean install
mvn clean compile assembly:single
Then, JAR file can be found in target directory.
java -jar {jar_file} <category> [count]
Parameter count is optional. If not specified, it will be set as 100.
CSV file will be provided with a name in the following format: Product_<category>_<timeInMillis>.csv