Skip to content

Commit e0c8625

Browse files
author
Anonymous Indian
committed
2 parents 42ed591 + 76d0bb0 commit e0c8625

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Telegraph API Go Package
2+
3+
Telegra.ph is a minimalist publishing tool that allows you to create richly formatted posts and push them to the Web in just a click. Telegraph posts also get beautiful Instant View pages on Telegram. So, this Go wrapper enables you to do all that easily.
4+
5+
To maintain the purity of the basic interface, we launched the @Telegraph bot for those who require advanced features. This bot can help you manage your articles across any number of devices and get page view statistics for any Telegraph page.
6+
7+
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.
8+
9+
## Getting started
10+
11+
Download the library with the standard `go get` command:
12+
13+
```bash
14+
go get github.com/anonyindian/telegraph-go
15+
```
16+
17+
### Example
18+
19+
Examples can be found in the [examples directory](examples).
20+
21+
## Documentation
22+
[![GoDoc](https://godoc.org/github.com/anonyindian/telegraph-go?status.svg)](http://godoc.org/github.com/anonyindian/telegraph-go)
23+
24+
Full `go doc` style documentation for the package can be viewed online without
25+
installing this package by using the GoDoc site here:
26+
https://pkg.go.dev/github.com/anonyindian/telegraph-go

0 commit comments

Comments
 (0)