repository
0.0.0-20241014195024-3a6b76e84346
Repository: https://github.com/whaleship/bucketbot.git
Documentation: pkg.go.dev
# README
BUCKET TELEGRAM BOT
Telegram bot for saving notes special libraries to work with telegramAPI are not used gets updates with webhooks
Stack
- Go
- Docker compose
- PostgreSQL with pgx/v5
- PgBouncer
Local run
Create .env file
make env
Launch ngrok
Linux
ngrok http 8080
Write your ngrok address and bot's token into config file
Windows
ngrok http 8081
netsh interface portproxy add v4tov4 listenport=8081 listenaddress=0.0.0.0 connectport=8080 connectaddress=127.0.0.1
Run app
make run
Shutdown
make off