Skip to content

celestix/telegraph-go

Repository files navigation

Telegraph API Go Package

Telegraph API This photo was originally uploaded at Telegraph

Telegra.ph is a minimalist publishing tool that allows you to create richly formatted posts to the Web. Telegraph posts also get beautiful Instant View pages on Telegram. So, this Go wrapper enables you to do all that easily.

Anyone can enjoy the simplicity of Telegraph publishing, not just Telegram users. For this reason, all developers are welcome to use this Telegraph API to create bots like @Telegraph for any other platform, or even standalone interfaces and this package is to make their work easier.

Getting started

Download the library with the standard go get command:

go get github.com/celestix/telegraph-go/v2

Example

Examples can be found in the examples directory.

Documentation

GoDoc

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: https://pkg.go.dev/github.com/celestix/telegraph-go/v2