Telegram bot for saving notes special libraries to work with telegramAPI are not used gets updates with webhooks
- Go
- Docker compose
- PostgreSQL with pgx/v5
- PgBouncer
make env
ngrok http 8080
Write your ngrok address and bot's token into config file
ngrok http 8081
netsh interface portproxy add v4tov4 listenport=8081 listenaddress=0.0.0.0 connectport=8080 connectaddress=127.0.0.1
make run
make off