Skip to content

koko004/wallalert-bot

Repository files navigation

Docker Image Size (latest by date) Docker pulls commit_freq last_commit Docker Image Version (latest by date) GitHub

wallalert-bot v2.4

wallapop search bot

bot de Telegram para gestionar busquedas sobre wallapop

  • Notifica cuando encuentra alguna busqueda
  • Avisa cuando algún ítem baja de precio
  • Permite gestionar tu lista de ítems

pip3 install -r requirements.txt

Docker

Docker compose

x64

version: '3.3'
services:
    wallbot-docker:
        image: koko004/wallalert:latest
        container_name: wallabot
        restart: always
        environment:
            - BOT_TOKEN=TOKEN
        volumes:
          - ~/WALLALERT/app:/app
          - ~/WALLALERT/logs:/logs

ARMv7

version: '3.3'
services:
    wallbot-docker:
        image: koko004/wallalert:armv7
        container_name: wallabot
        restart: always
        environment:
            - BOT_TOKEN=TOKEN
        volumes:
          - ~/WALLALERT/app:/app
          - ~/WALLALERT/logs:/logs

Generate image docker

docker build --tag koko004/wallalert:latest .

Tag version

Windows
$version = Get-Content "VERSION"
Unix
version=`cat VERSION`
Tag
docker tag koko004/wallalert:latest koko004/wallalert:$version
Push
docker push koko004/wallalert:latest 
docker push koko004/wallalert:$version

See images

docker images

Run on container

docker run --env BOT_TOKEN=<YOUR-TOKEN> koko004/wallalert:latest --name wallalert-bot

Export image

docker save -o wallalert.tar koko004/wallalert:latest

About

Wallapop Telegram Bot @EthernetGhost_bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published