Skip to content

goremykin/github-releases-notify-bot

 
 

Repository files navigation

Github releases notify bot

Donate

preview

The bot allows you to receive notifications in a telegram if a new release (or a new tag appears in the repository) of your favorite software is available in GitHub.

Bot available in Telegram: @ReleaseNotifier_Bot

Commands

/actions - actions menu
/about - info about bot

Running with Docker

Copy config.example.json to config.json and fill in your tokens, then:

services:
  notify-bot:
    image: ghcr.io/goremykin/github-releases-notify-bot:latest
    volumes:
      - ./config.json:/app/config.json:ro
      - ./data:/app/data
    user: "1000:1000"
    read_only: true
    tmpfs:
      - /tmp
    restart: unless-stopped
    cap_drop:
      - ALL
    security_opt:
      - no-new-privileges:true
    deploy:
      resources:
        limits:
          memory: 256M

About

Allows you to receive notifications of new releases of software on GitHub in Telegram

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.7%
  • Dockerfile 0.3%