Categorygithub.com/ne2blink/antenna
module
0.1.0
Repository: https://github.com/ne2blink/antenna.git
Documentation: pkg.go.dev

# README

Antenna

Antenna is a telegram bot implemented in Golang, broadcasting message to subscribers.

Work with Docker

Build Docker Image

It is easy to build docker image by simply run

docker build -t antenna .

Run Docker Container

After building the docker image, you can run the container by

docker run -it antenna

Configs can be overridden by environment variables. For instance,

docker run -it --env ANTENNA_TELEGRAM_TOKEN="<telegram_bot_token>" antenna

# Packages

No description provided by the author
No description provided by the author