https://github.com/raicerk/buscalibrepersigueprecios
Bot para telegram para revisar la variacion de precios en libros de buscalibre.cl
https://github.com/raicerk/buscalibrepersigueprecios
api beautifulsoup4 docker docker-compose flask postgresql python3 request telegram telegram-bot webscraping
Last synced: 4 months ago
JSON representation
Bot para telegram para revisar la variacion de precios en libros de buscalibre.cl
- Host: GitHub
- URL: https://github.com/raicerk/buscalibrepersigueprecios
- Owner: raicerk
- License: gpl-3.0
- Created: 2019-11-16T02:44:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:33:13.000Z (over 2 years ago)
- Last Synced: 2025-04-19T07:13:26.660Z (7 months ago)
- Topics: api, beautifulsoup4, docker, docker-compose, flask, postgresql, python3, request, telegram, telegram-bot, webscraping
- Language: Python
- Homepage:
- Size: 49.1 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuscaLibre Persigue precios BOT
Bot para Telegram que permite seguir un cambio de precio de un libro en el sitio de [buscalibre.cl](https://www.buscalibre.cl/)
## Uso
1. Iniciando el bot en Telegram

2. Enviando libros al bot

3. Dejar de seguir un libro

## Iniciar el bot y sus dependencias con Docker
```shell
docker-compose -f "docker-compose.yml" up -d --build
```