Shopping assistant for Finnish online retail store Verkkokauppa.com
Run script, provide your login details and URL of the product you wish to reserve
./verkkaaja.sh
...or run in a Docker container:
docker build -t verkkaaja .
docker run verkkaaja --login [username] --password [password] --url [product-url]
Happy hunting!
Format your code using shfmt and according to Google's Shell Style Guide
using shfmt -i 2 -ci -w verkkaaja.sh
MIT