Skip to content

Notify to Slack when there's avaibale slot in Barbora eshop

Notifications You must be signed in to change notification settings

apsega/barbora-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barbora Notifier

Docker Image CI Go

App that checks if there's available slot in Barbora eshop.

Features

  • Checks Barbora eshop for slot availability;
  • Prints and notifies to Slack when slot is available.

Getting Started

Setup Slack incoming webhook - https://api.slack.com/messaging/webhooks and get unique URL, something like https://hooks.slack.com/services/xxx/xxx/xxx

Clone repo and build application Docker container:

docker build --tag barbora-notifier:1.1 .

Run Docker container:

docker run --rm barbora-notifier:1.1 --email=$EMAIL --password=$PASSWORD --webhook="$SLACK_WEBHOOK_URL"

i.e.:

$ docker run --rm barbora-notifier:1.1 [email protected] --password=p455w0rD@l33T --webhook="https://hooks.slack.com/services/xxx/xxx/xxx"

balandžio 4 d. (šeštadienis)
Delivery time: 08 - 09
Available: false

Delivery time: 09 - 10
Available: false

Delivery time: 10 - 11
Available: false

Delivery time: 11 - 12
Available: false

Delivery time: 12 - 13
Available: false

Delivery time: 13 - 14
Available: false

Delivery time: 14 - 15
Available: false

Delivery time: 15 - 16
Available: false

Delivery time: 16 - 17
Available: false

Delivery time: 17 - 18
Available: false

Delivery time: 18 - 19
Available: false

Delivery time: 19 - 20
Available: false

Delivery time: 20 - 21
Available: false

About

Notify to Slack when there's avaibale slot in Barbora eshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published