Skip to content

WhaleShip/BucketBot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published