https://github.com/meinside/telegraph-go
Go library for Telegraph API (http://telegra.ph/api)
https://github.com/meinside/telegraph-go
golang telegraph-api
Last synced: about 1 year ago
JSON representation
Go library for Telegraph API (http://telegra.ph/api)
- Host: GitHub
- URL: https://github.com/meinside/telegraph-go
- Owner: meinside
- License: other
- Created: 2016-12-21T10:02:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T00:14:10.000Z (about 1 year ago)
- Last Synced: 2025-04-17T13:18:37.267Z (about 1 year ago)
- Topics: golang, telegraph-api
- Language: Go
- Size: 47.9 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# telegraph-go
Go library for using [Telegraph API](https://telegra.ph/api).
## Install
```bash
$ go get -u github.com/meinside/telegraph-go
```
## Usage
### Sample codes
See codes in [./samples/](https://github.com/meinside/telegraph-go/tree/master/samples).
## Todo
- [X] Add a helper function for converting HTML strings into []telegraph.Node
- [X] Support go module
- [X] Add tests
- [ ] Add benchmarks