Popularity
3.5
Stable
Activity
2.4
-
57
3
7
Programming language: Go
Tags:
Third-party APIs
Latest version: v1.2.1
go-telegraph alternatives and similar packages
Based on the "Third-party APIs" category.
Alternatively, view telegraph alternatives based on common mentions on social networks and blogs.
-
aws-sdk-go
AWS SDK for the Go programming language (In Maintenance Mode, End-of-Life on 07/31/2025). The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2 -
githubql
Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql). -
openaigo
OpenAI GPT3/3.5 and GPT4 ChatGPT API Client Library for Go, simple, less dependencies, and well-tested -
gostorm
GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. -
ynab
Go client for the YNAB API. Unofficial. It covers 100% of the resources made available by the YNAB API.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of go-telegraph or a related project?
README
GoLang bindings for the Telegraph API 
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 or check example_test.go.