An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/raicerk/BuscaLibrePersiguePrecios/blob/master/Images/1bot.gif)

2. Enviando libros al bot

![](https://github.com/raicerk/BuscaLibrePersiguePrecios/blob/master/Images/2bot.gif)

3. Dejar de seguir un libro

![](https://github.com/raicerk/BuscaLibrePersiguePrecios/blob/master/Images/3bot.gif)

## Iniciar el bot y sus dependencias con Docker

```shell
docker-compose -f "docker-compose.yml" up -d --build
```