dka98 / stock-checker

Stock Checker for checking products status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stock-checker

Stock Checker is a console based program made in Kotlin JVM to grab product's information from HTML on supported websites. It can detect the product's name, price, stock and local shop availability.

Currently supported websites

  • PCDIGA.com
  • Pichau.com.br

Visuals

Preview Stock Preview Not in Stock

Installation

Stock Checker uses Kotlin JVM and Gradle to manage dependencies and building.

Requirements

  • Koltin 1.4.10 or newer
  • Java 1.8 or newer
  • Git

Building

git clone https://github.com/chicoferreira/stock-checker/
cd stock-checker
./gradlew assembleDisp

You can find the built distributions in build/distributions in .zip and .tar formats.

Roadmap

You can find the roadmap in the Projects section or clicking here.

License

The project is licensed under MIT license. Find more about it here.

About

Stock Checker for checking products status

License:MIT License


Languages

Language:Kotlin 100.0%