A small python Bot with Telegram notifications for checking availability of a product.
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"
},
]
After you change the config.json
File, build your Docker Container with
docker-compose up -d
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.
| You can check out the full license here.
This project is licensed under the terms of the MIT license.