module
0.0.0-20240528192832-b932b897345c
Repository: https://github.com/vico1993/banq-script.git
Documentation: pkg.go.dev
# README
BanQ-Script
Small script to check availability of the BanQ machine.
Link: https://square.banq.qc.ca/reserver
Table of Contents
Getting Started
- Go (at least version 1.21)
- A valid Telegram bot ( look at the great bot father )
- Create
.env
# Bot token given by the @BotFather
TELEGRAM_BOT_TOKEN=<TELEGRAM_BOT>
# Chat where messages are pushed deliver
TELEGRAM_USER_CHAT_ID=<TELEGRAM_BOT>
- Install all dependancies
make ensure_deps
Deployment
Github action will take ownership of the deployment
Usage
To use Otto, run the following command:
make build && ./bin/bot
Contributing
Contributions are welcome! Please see the CONTRIBUTING.md file for more information.
License
This project is licensed under the LICENSE file in the root directory of this repository.