Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/toby3d/telegraph
📚 Official unofficial Golang bindings for Telegraph API https://source.toby3d.me/toby3d/telegraph
https://gitlab.com/toby3d/telegraph
go golang hacktoberfest library package telegraph
Last synced: 14 days ago
JSON representation
📚 Official unofficial Golang bindings for Telegraph API https://source.toby3d.me/toby3d/telegraph
- Host: gitlab.com
- URL: https://gitlab.com/toby3d/telegraph
- Owner: toby3d
- License: mit
- Created: 2018-06-06T11:15:35.540Z (over 6 years ago)
- Default Branch: master
- Last Synced: 2024-08-06T08:47:54.545Z (3 months ago)
- Topics: go, golang, hacktoberfest, library, package, telegraph
- Stars: 8
- Forks: 0
- Open Issues:
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-go - go-telegraph - Telegraph publishing platform API client. (Third-party APIs / Utility/Miscellaneous)
- awesome-go-extra - go-telegraph - |-|-|-|-| (Third-party APIs / Fail injection)
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)