modulepackage
0.0.0-20220507160905-bafbf86ee33d
Repository: https://github.com/telegram-go-bot/go_bot.git
Documentation: pkg.go.dev
# README
BillyBot - telegram bot written in golang
funny telegram bot in go.
Environmental variables required:
Key | Value (description) |
---|---|
BOT_UIDS | list of bot names, separated by ",". Is used to let bot know when he is triggered |
GOOGLE_SEARCH_API_KEY | aBc-DeFgHiJkl... |
GOOGLE_SEARCH_ENGINE_ID | 1234:abcde... |
HEROKU_BOT_ID | telegram bot id |
HEROKU_BASE_URL | public url of bots service. For debugging i like to put tunneled ngroks url here |
DATABASE_URL | postgres db external url |
VK_LOGIN | ~ |
VK_PASSWORD | ~ |
OWNER_ID | Telegram username. is used to give unique replies for example for debugging |
PORT | ~ |
Todo:
- Add UML diagram
- enable coverity
- Fix coveralls
- + db
# Packages
No description provided by the author