{"id":17118946,"url":"https://github.com/chyroc/go-telegram-download","last_synced_at":"2025-10-27T05:09:03.966Z","repository":{"id":57658542,"uuid":"470984929","full_name":"chyroc/go-telegram-download","owner":"chyroc","description":"Download Telegram File by MTProto(Support Big File).","archived":false,"fork":false,"pushed_at":"2022-03-17T14:26:47.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T02:18:57.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chyroc.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}},"created_at":"2022-03-17T12:27:59.000Z","updated_at":"2022-03-17T14:35:39.000Z","dependencies_parsed_at":"2022-09-16T04:41:20.731Z","dependency_job_id":null,"html_url":"https://github.com/chyroc/go-telegram-download","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chyroc/go-telegram-download","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgo-telegram-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgo-telegram-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgo-telegram-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgo-telegram-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyroc","download_url":"https://codeload.github.com/chyroc/go-telegram-download/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgo-telegram-download/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281216687,"owners_count":26463033,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-14T17:55:51.178Z","updated_at":"2025-10-27T05:09:03.949Z","avatar_url":"https://github.com/chyroc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-telegram-download\nDownload Telegram File by MTProto(Support Big File).\n\n## Installation\n\n```shell\ngo get github.com/chyroc/go-telegram-download\n```\n\n## Prerequisites\n\n- how to get bot token:\n  - create bot: https://core.telegram.org/bots#creating-a-new-bot\n- how to get app id and app hash:\n  - create app: https://core.telegram.org/api/obtaining_api_id\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\t\"github.com/chyroc/go-telegram-download\"\n\t\"go.uber.org/zap\"\n)\n\nfunc main() {\n\tlog, err := zap.NewDevelopment()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer func() { _ = log.Sync() }()\n\n\tr := telegram_download.New(\u0026telegram_download.Option{\n\t\tAppID:        123,\n\t\tAppHash:      \"xxx\",\n\t\tBotToken:     \"456:789\",\n\t\tSaveDir:      \"/Users/some/Downloads\",\n\t})\n\tfmt.Println(r.Listen(context.Background()))\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyroc%2Fgo-telegram-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchyroc%2Fgo-telegram-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyroc%2Fgo-telegram-download/lists"}