https://github.com/poyea/telegram-bot-go
🤖 Telegram personal bot written in Go
https://github.com/poyea/telegram-bot-go
Last synced: 11 months ago
JSON representation
🤖 Telegram personal bot written in Go
- Host: GitHub
- URL: https://github.com/poyea/telegram-bot-go
- Owner: poyea
- License: mit
- Created: 2021-05-19T09:01:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T18:03:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T09:41:59.155Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# telegram-bot-go [](https://github.com/poyea/telegram-bot-go/actions/workflows/go.yml)
```bash
Fired up and ready to serve.
Beep Boop Beep.
WALL-E.
```
## 🐳
```console
# docker build . -t telegram-bot
# docker run --restart=always -d -i -e TOKEN='' --name telegram-bot-live telegram-bot
```
## Set your Telegram token
You may refer to https://core.telegram.org/bots.
```console
$ export TOKEN=
```
## To build the bot
```console
$ go build -o build/tg-helper
$ build/tg-helper
```
## To run the bot
Alternatively,
```console
$ go run main.go
```
## If you like this, please
* Star
* Fork
* Contribute
## License
This repository is licensed under MIT. See also [LICENSE](LICENSE) for details.