https://github.com/igungor/telegram
Go package to help writing Telegram bots
https://github.com/igungor/telegram
Last synced: 6 months ago
JSON representation
Go package to help writing Telegram bots
- Host: GitHub
- URL: https://github.com/igungor/telegram
- Owner: igungor
- License: mit
- Created: 2015-09-09T13:17:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T19:32:36.000Z (over 4 years ago)
- Last Synced: 2024-10-16T02:24:18.377Z (7 months ago)
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram
`telegram` is a Go package to help writing [Telegram bots](https://core.telegram.org/bots)
## installation
```sh
go get -u github.com/igungor/telegram
```## usage
[Documentation](http://godoc.org/github.com/igungor/telegram)
Also look at [echobot](https://github.com/igungor/telegram/tree/master/cmd/echobot)
## license
MIT. See LICENSE.