https://github.com/mayniklas/in-stock-bot
A simple python telegram bot checking if a product is in stock
https://github.com/mayniklas/in-stock-bot
Last synced: 10 months ago
JSON representation
A simple python telegram bot checking if a product is in stock
- Host: GitHub
- URL: https://github.com/mayniklas/in-stock-bot
- Owner: MayNiklas
- License: mit
- Created: 2020-11-09T15:22:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T11:30:26.000Z (about 3 years ago)
- Last Synced: 2024-08-01T03:31:52.950Z (almost 2 years ago)
- Language: Python
- Size: 158 KB
- Stars: 10
- Watchers: 5
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# in-stock-bot
[](LICENSE)
[](stargazers) [](issues)
## Coding Time
* @EinfachAleks Coding Time [](https://wakatime.com/badge/github/MayNiklas/in-stock-bot)
## Description
A small python Bot with Telegram notifications for checking availability of a product.

## 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.
```json
"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
```sh
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](issues) 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](LICENSE).
This project is licensed under the terms of the MIT license.
[inStockBot]:
[stargazers]:
[LICENSE]:
[issues]: