Skip to content

A simple python telegram bot checking if a product is in stock

License

Notifications You must be signed in to change notification settings

MayNiklas/in-stock-bot

Repository files navigation

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.

About

A simple python telegram bot checking if a product is in stock

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published