https://github.com/mythical-linux/mythical-telegram-bot
A Telegram bot for the Mythical Linux Telegram
https://github.com/mythical-linux/mythical-telegram-bot
Last synced: 18 days ago
JSON representation
A Telegram bot for the Mythical Linux Telegram
- Host: GitHub
- URL: https://github.com/mythical-linux/mythical-telegram-bot
- Owner: mythical-linux
- License: agpl-3.0
- Created: 2021-05-26T18:45:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T17:30:02.000Z (about 5 years ago)
- Last Synced: 2025-12-18T21:53:26.479Z (6 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mythical-telegram-bot
A Telegram bot for the Mythical Linux Telegram
## How to install and run
To install and run first build and then run with your telegram api key as an environmental variable
```
go build
TELEGRAM_APITOKEN= ./mythical-telegram-bot
```