kleinanzeigen-alert

command module
v0.0.0-...-8945276 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: MIT Imports: 9 Imported by: 0

README

Kleinanzeigen-alert

Telegram bot that notifies you of new Kleinanzeigen listings. Run it yourself with the instructions below.

Installation

Get your telegram token from @botfarther

Run with docker-compose:

    git clone https://github.com/DanielStefanK/kleinanzeigen-alert.git alert && cd alert
    nano docker-compose.yaml //replace mytoken with your obtained token
    docker-compose up

with go on your system:

    git clone https://github.com/DanielStefanK/kleinanzeigen-alert.git alert && cd alert
    export TELEGRAM_APITOKEN=mytoken //replace mytoken with your obtained token
    go get
    go run main.go

Usage/Examples

write /add {search term}, {city/zip}, {radius}, {optional max price without "€" and no decimal}?, {optional min price without "€" and no decimal}? e.g. /add bicycle, Cologne, 20 This will perform a search every minute and you will get the latest entries here.

Search lists of everything

write /list This will list all your current searches

Remove searches

write /remove {ID} You get the ID from the list command. This will delete the search and you will no longer receive messages for it.

write /link {Link} You can also provide a custom link for the bot to scrape. This link is validated to be something like https://www.kleinanzeigen.de/s-XXXX.

Author

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
test command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL