{"id":17740565,"url":"https://github.com/rusq/telegraph","last_synced_at":"2025-03-31T21:28:02.168Z","repository":{"id":57564020,"uuid":"328060959","full_name":"rusq/telegraph","owner":"rusq","description":"Crippled Package for Interacting with Telegra.ph written in Go.","archived":false,"fork":false,"pushed_at":"2021-01-09T03:34:12.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T10:18:10.657Z","etag":null,"topics":["go","telegram","telegraph","telegraph-api","telegraph-publishing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rusq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-09T02:52:02.000Z","updated_at":"2021-02-07T13:11:45.000Z","dependencies_parsed_at":"2022-09-16T13:30:42.869Z","dependency_job_id":null,"html_url":"https://github.com/rusq/telegraph","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Ftelegraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Ftelegraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Ftelegraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusq%2Ftelegraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusq","download_url":"https://codeload.github.com/rusq/telegraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246543477,"owners_count":20794359,"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":["go","telegram","telegraph","telegraph-api","telegraph-publishing"],"created_at":"2024-10-26T03:06:35.367Z","updated_at":"2025-03-31T21:28:02.150Z","avatar_url":"https://github.com/rusq.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crippled Telegraph Library for Go\n\n[![Build Status](https://travis-ci.com/rusq/telegraph.svg?branch=master)](https://travis-ci.com/rusq/telegraph)\n\n![COME GET IT](./come_get_it.jpg)\n\nThis Go package provides some basic functions to interact with\n[Telegraph](https://telegra.ph).\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"log\"\n    \"os\"\n\n    \"github.com/rusq/telegraph\"\n)\n\nfunc main() {\n    f, err := os.Open(\"cat_pic.jpg\")\n    if err != nil {\n        log.Fatal(err)\n    }\n    defer f.Close()\n\n    result, err := telegraph.Upload(context.Background(), f)\n    if err != nil {\n        log.Fatal(\"oh, man :(\")\n    }\n\n    log.Printf(\"%v\", result)\n}\n```\n\n## Crippled?\nAn inquisitive reader might enquire:  \"Why Crippled?\"\n\nWell, it's rude to leave questions unanswered, so I'll respond:\n\"Because currently, it only supports the methods listed below\".\n\n* Upload\n\n## Contributing\n\nYou are more than welcome to add more methods or open an issue for me to add\none, which I cannot promise that I will do in a timely manner.\n\nMost likely no one will ever find this repository anyway, so I don't have to\nworry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusq%2Ftelegraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusq%2Ftelegraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusq%2Ftelegraph/lists"}