Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toby3d/telegraph
📚 Official unofficial Golang bindings for Telegraph API
https://github.com/toby3d/telegraph
List: telegraph
api api-client api-documentation api-wrapper awesome-go awesome-list binding bindings go go-client go-library go-packages golang golang-bindings golang-library golang-package library telegraph telegraph-api telegraph-parser
Last synced: 3 months ago
JSON representation
📚 Official unofficial Golang bindings for Telegraph API
- Host: GitHub
- URL: https://github.com/toby3d/telegraph
- Owner: toby3d
- License: mit
- Archived: true
- Created: 2016-12-20T14:12:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T04:51:40.000Z (11 months ago)
- Last Synced: 2024-05-29T04:49:26.597Z (7 months ago)
- Topics: api, api-client, api-documentation, api-wrapper, awesome-go, awesome-list, binding, bindings, go, go-client, go-library, go-packages, golang, golang-bindings, golang-library, golang-package, library, telegraph, telegraph-api, telegraph-parser
- Language: Go
- Homepage: https://telegra.ph/api
- Size: 153 KB
- Stars: 66
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-go - telegraph - Official unofficial Golang bindings for Telegraph API - ★ 48 (Third-party APIs)
README
# GoLang bindings for the Telegraph API [![discord](https://discordapp.com/api/guilds/208605007744860163/widget.png)](https://discord.gg/QJ8z5BN)
> This project is just to provide a wrapper around the API without any additional features.All methods and types available and this library (possibly) is ready for use in production. Yaay!
## Start using telegraph
Download and install it:
`$ go get -u gitlab.com/toby3d/telegraph`Import it in your code:
`import "gitlab.com/toby3d/telegraph"`## Examples
See [GoDoc examples section](https://godoc.org/gitlab.com/toby3d/telegraph#pkg-examples) or check [example_test.go](/example_test.go).## Need help?
- [Open new issue](https://gitlab.com/toby3d/telegraph/issues/new)
- [Discuss in Discord](https://discord.gg/QJ8z5BN)