{"id":23739850,"url":"https://github.com/p1atdev/twimedia-wizard","last_synced_at":"2026-05-18T02:03:39.378Z","repository":{"id":65067243,"uuid":"580929088","full_name":"p1atdev/twimedia-wizard","owner":"p1atdev","description":"Twitter Media Downloader","archived":false,"fork":false,"pushed_at":"2023-06-13T09:31:16.000Z","size":80,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T11:59:21.715Z","etag":null,"topics":["cliffy","deno","twitter","twitter-media"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/p1atdev.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,"zenodo":null}},"created_at":"2022-12-21T20:19:52.000Z","updated_at":"2024-05-30T17:12:09.000Z","dependencies_parsed_at":"2025-05-24T10:09:03.185Z","dependency_job_id":"12640a79-7042-4bf4-92ab-84891d06b5be","html_url":"https://github.com/p1atdev/twimedia-wizard","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/p1atdev/twimedia-wizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Ftwimedia-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Ftwimedia-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Ftwimedia-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Ftwimedia-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p1atdev","download_url":"https://codeload.github.com/p1atdev/twimedia-wizard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Ftwimedia-wizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["cliffy","deno","twitter","twitter-media"],"created_at":"2024-12-31T09:39:30.720Z","updated_at":"2026-05-18T02:03:39.345Z","avatar_url":"https://github.com/p1atdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwiMedia Wizard\n\n[![Deno Testing](https://github.com/p1atdev/twimedia-wizard/actions/workflows/testing.yaml/badge.svg)](https://github.com/p1atdev/twimedia-wizard/actions/workflows/testing.yaml)\n![deno compatibility](https://shield.deno.dev/deno/^1.29)\n[![codecov](https://codecov.io/gh/p1atdev/twimedia-wizard/branch/main/graph/badge.svg?token=o5kZFwUUCM)](https://codecov.io/gh/p1atdev/twimedia-wizard)\n\n\nTwitter media donwloader.\n\nYou need [Deno](https://deno.land/manual@v1.29.1/getting_started/installation) to use.\n\n## Deno installation\n\n- macOS or Linux\n\n```bash\ncurl -fsSL https://deno.land/x/install/install.sh | sh\n```\n\n- Windows\n```\nscoop install deno\n```\n\n# Usage\n\nClone repository and build\n\n```bash\ngit clone https://github.com/p1atdev/twimedia-wizard.git\ncd twimedia-wizard\ndeno task build\n```\n\nthen `twimedia.exe` (or `twimedia`) will be generated to project root.\n\n## Help\n\n```bash\ntwimedia --help\n```\n`--help` or `-h`\n\n## User\n\nSpecifying user to download.\n\n```bash\ntwimedia user TWITTER_USER_ID --max 50  -o ./output\n```\n\n- -h, --help               - Show this help.\n- -o, --output  \u003cpath\u003e     - Output path.                                          (required)\n- -m, --max     \u003cnumber\u003e   - Maximum number of media to download. Default is 5000\n- -d, --dump    [boolean]  - Dump information to a json file.\n\n## Search (deprecated)\n\nThis method is not working now.\n\nSpecifying search query to search and download.\n\n```bash\ntwimedia search SEARCH_QUERY -o ./output\n```\n\n- -h, --help               - Show this help.\n- -o, --output  \u003cpath\u003e     - Output path.                                                                      (required)\n- -m, --max     \u003cnumber\u003e   - Maximum number of media to download. Default is 5000\n- -l, --latest             - Download media from Latest tweets. If not specified, it will download media from Top tweets.\n- -d, --dump    [boolean]  - Dump information to a json file.\n\n## List\n\nSpecifying list id to download.\n\n```bash\ntwimedia list TWITTER_LIST_ID --max 50  -o ./output\n```\n\n- -h, --help               - Show this help.\n- -o, --output  \u003cpath\u003e     - Output path.                               (required)\n- -m, --max     \u003cnumber\u003e   - Maximum number of media to download. Default is 5000\n- -d, --dump    [boolean]  - Dump information to a json file.\n\n## Download\n\nDownload from dumped json.\n\n```bash\ntwimedia download path/to/json -o ./output\n```\n\n- -h, --help                  - Show this help.\n- -o, --output     \u003cpath\u003e     - Output path.                              (required)\n- --min-favorites  \u003cnumber\u003e   - Minimum number of favorites to download.  (Default: 10)\n- --min-retweets   \u003cnumber\u003e   - Minimum number of retweets to download.   (Default: 0)\n- --caption        [boolean]  - Download captions.                        (Default: false)\n\n# TODO\n\n- [-] Filtering with likes. (only works with dumped json) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp1atdev%2Ftwimedia-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp1atdev%2Ftwimedia-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp1atdev%2Ftwimedia-wizard/lists"}