Skip to content

Bot that can send notification of new releases to Telegram

License

Notifications You must be signed in to change notification settings

Civil/github2telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cf3df9 · Dec 29, 2024

History

55 Commits
Oct 9, 2023
Oct 9, 2023
Jul 3, 2024
Jul 3, 2024
Oct 9, 2023
Jul 3, 2024
Oct 9, 2023
Oct 9, 2023
Oct 9, 2023
Apr 29, 2018
Dec 26, 2024
Sep 24, 2018
Jul 3, 2024
Jul 3, 2024
Feb 23, 2021
Jul 3, 2024

Repository files navigation

github2telegram

Bot that can send notification of new releases to Telegram

Status

Alpha quality. Needs major rework. Compiles. Works. Might contain security bugs

Quick Start with Docker

This package is available for Docker:

docker run -d --hostname github2telegram --name github2telegram -v $(pwd)/config.yaml:/app/config.yaml wwwlde/github2telegram

Building own Docker image

docker run -it --rm alpine /bin/sh -c "apk add --no-cache ca-certificates 2>&1 > /dev/null && cat /etc/ssl/certs/ca-certificates.crt" > ca-certificates.crt
docker build -t wwwlde/github2telegram --no-cache --force-rm .

Setup repo

It is currently not possible to set repositories through the config, only directly through the bot