{"id":19065716,"url":"https://github.com/olegchuev/go-telegraph","last_synced_at":"2026-04-13T23:02:27.885Z","repository":{"id":239172003,"uuid":"798643888","full_name":"OlegChuev/go-telegraph","owner":"OlegChuev","description":"Telegraph API wrapper | Telegra.ph","archived":false,"fork":false,"pushed_at":"2024-05-10T12:51:29.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T03:15:22.468Z","etag":null,"topics":["golang","telegraph","telegraph-api","wrapper-api"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/OlegChuev/go-telegraph","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OlegChuev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-10T07:31:25.000Z","updated_at":"2024-05-10T13:15:02.000Z","dependencies_parsed_at":"2024-05-10T13:48:28.906Z","dependency_job_id":"68cab6aa-973d-4e9c-b3a8-4eda612b4d93","html_url":"https://github.com/OlegChuev/go-telegraph","commit_stats":null,"previous_names":["olegchuev/go-telegraph"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OlegChuev/go-telegraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegChuev%2Fgo-telegraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegChuev%2Fgo-telegraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegChuev%2Fgo-telegraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegChuev%2Fgo-telegraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OlegChuev","download_url":"https://codeload.github.com/OlegChuev/go-telegraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegChuev%2Fgo-telegraph/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264503944,"owners_count":23618763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","telegraph","telegraph-api","wrapper-api"],"created_at":"2024-11-09T00:52:16.123Z","updated_at":"2026-04-13T23:02:27.785Z","avatar_url":"https://github.com/OlegChuev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegra.ph Go-lang API Client\n\n## Introduction\n\nThis Go-lang API client provides a convenient way to interact with the [Telegra.ph](https://telegra.ph) service programmatically. [Telegra.ph](https://telegra.ph) is a minimalist publishing tool that allows users to create articles with rich formatting and no sign-up required.\n\nTelegra.ph's API docs are located here: [API Docs](https://telegra.ph/api#Node)\n\n## Installation\n\nTo use this API client in your Go project, you can simply install it using `go get`:\n\n```bash\n  go get github.com/OlegChuev/go-telegraph\n```\n\n## Usage\n\n```go\n  import telegraph \"github.com/OlegChuev/go-telegraph/api/endpoints\"\n\n  tc := telegraph.NewClient()\n\n  params := telegraph.CreateAccountParams{\n    ShortName: \"John Doe\",\n    AuthorName: \"John Doe\",\n    AuthorUrl: \"@my_url\",\n  }\n\n  account, err := tc.CreateAccount(\u0026params)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folegchuev%2Fgo-telegraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folegchuev%2Fgo-telegraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folegchuev%2Fgo-telegraph/lists"}