Telegram Bot for creating Animal Crossing New Horizons Turnips markets in groups.
A simple Telegram bot that allows users of a Telegram Group to track Turnip sell
prices and store how much they bought in oder to maximize profits.
go build
MERCANABO_TOKEN
: Telegram token. See https://core.telegram.org/botsMERCANABO_SUPERADMINS
: Comma separated list of Telegram user ids,MERCANABO_DEFAULT_TZ
(default: UTC
): Default Time Zone for new groups, group admins canMERCANABO_LANG
(default: default
): Bot language, this is global and can’t be changed perMERCANABO_DEBUG
: If true
then sets the log level to debug
, changes thegorm
debug log.POSTGRES_HOST
: PostgreSQL hostname.POSTGRES_PORT
: PostgreSQL port.POSTGRES_SSLMODE
: PostgreSQL sslmode. See: https://pkg.go.dev/github.com/lib/pqPOSTGRES_USER
: PostgreSQL user.POSTGRES_PASSWORD
: PostgreSQL password.POSTGRES_DB
: PostgreSQL database name.To simplify the deployment there is a Docker Compose file
ready to use. You can just use it and it will deploy a postgresql container, with
a volume for persistence, and a bot container, that is build from local source.
This project is licensed under the GPL 3.0 License. See the LICENSE
file for details.