{"id":38098794,"url":"https://github.com/kazdevl/imgdler","last_synced_at":"2026-01-16T21:06:16.142Z","repository":{"id":57643493,"uuid":"438248314","full_name":"kazdevl/imgdler","owner":"kazdevl","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-16T01:04:01.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T11:48:44.221Z","etag":null,"topics":["golang","twitter","twitter-api-v2"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kazdevl.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-12-14T12:41:01.000Z","updated_at":"2022-04-26T01:35:55.000Z","dependencies_parsed_at":"2022-08-27T22:52:48.723Z","dependency_job_id":null,"html_url":"https://github.com/kazdevl/imgdler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kazdevl/imgdler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazdevl%2Fimgdler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazdevl%2Fimgdler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazdevl%2Fimgdler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazdevl%2Fimgdler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazdevl","download_url":"https://codeload.github.com/kazdevl/imgdler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazdevl%2Fimgdler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang","twitter","twitter-api-v2"],"created_at":"2026-01-16T21:06:12.363Z","updated_at":"2026-01-16T21:06:16.131Z","avatar_url":"https://github.com/kazdevl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imgdler\nimgdler is a command for downloading tweet's images and read them.\n\n## Install\n```bash\ngo install github.com/kazdevl/imgdler/cmd/imgdler@latest\n```\n\n## Sample Usage with image\n### 1. There are some tweets' images you want get\n\u003cimg width=\"576\" alt=\"スクリーンショット 2021-12-15 15 34 15\" src=\"https://user-images.githubusercontent.com/39262724/146135727-11bb3bcd-140f-400c-be29-68480cc4718e.png\"\u003e\n\n### 2. Use start command for downloading images periodically\n```bash\n$ imgdler start -a _kz_dev -k テスト -t [your OAuth 2.0. Bearer tokens]\n```\n\n### 3. Check downloaded\n```bash\n$ imgdler list\n\n# output\nThe list of author names that you can read\n[0]: _kz_dev\nYou cna read with `imgdler open [author name]`\n```\n\n### 3. Read images\n```bash\n$ imgdler open _kz_dev\n```\nresult\n\u003cimg width=\"1428\" alt=\"スクリーンショット 2021-12-15 15 33 47\" src=\"https://user-images.githubusercontent.com/39262724/146136336-98917b1d-1480-48ca-8beb-e763b54678c2.png\"\u003e\n\n\n## How To Use\n### Help\nimgdler have three main commands.\n- start: Periodically downloads images of tweets that match the specified criteria.\n- list: Get a list of authors whose names are available for reading\n- open: Open browser for reading the image list of a given author.\n### Start\nstart is a command that periodically downloads images of tweets that match the specified criteria.\n\nabove command downloads specified tweet's images every night at 9:00 p.m.\n- \"author name\" specifies author name of tweets that user of imgdler want.\n    - this is twitter user name withour \"@\".\n- \"keyword\" specifies keywords that the tweet should contain.\n- \"token\" specifies your OAuth 2.0. Bearer tokens.\n- \"max\" specifies the number of tweets to retrieve.\n\n```bash\nimgdler start -a [author name] -k [keyword] -t [token] -m [max]\n```\n\n### list\nlist is a command for getting a list of authors whose names are available for reading\n```bash\n$ imgdler list\n# output if you have _kz_dev's images\nThe list of author names that you can read\n[0]: _kz_dev\nYou cna read with `imgdler open [author name]`\n\n$ imgdler list\n# output if you don't have any auhtor's images\nThe list of author names that you can read\nno author names\nYou cna read with `imgdler open [author name]`\n```\n\n### open\nopen is a command for opening browser for reading the image list of a given author.\n```bash\n$ imgdler open [author name]\n# if you have _kz_dev's images\n$ imgdler open _kz_dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazdevl%2Fimgdler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazdevl%2Fimgdler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazdevl%2Fimgdler/lists"}