Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.8 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.8 KB

in-stock-bot

MIT License GitHub Stars GitHub Issues

Coding Time

  • @EinfachAleks Coding Time wakatime

Description

A small python Bot with Telegram notifications for checking availability of a product.

Chat Preview

Setup

Clone this repo to your enviroment and renama the example-config.json to config.json at first. In the config.json your must add your Telegram Api Key and one or multiple products.

"product": [
    {
        "name": "Produkt Name",
        "url": "https://product-url.domain/produkt/",
        "value": "This Product Is Not Available"
    },
]

Usage

After you change the config.json File, build your Docker Container with

docker-compose up -d

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

License

| You can check out the full license here.

This project is licensed under the terms of the MIT license.