{"id":23084545,"url":"https://github.com/scripttiger/tinywindl","last_synced_at":"2026-02-17T07:35:40.367Z","repository":{"id":47896994,"uuid":"516365065","full_name":"ScriptTiger/TinyWinDL","owner":"ScriptTiger","description":"This is a trivial downloader for Windows which is basically just a wrapper for URLDownloadToFileA. Being a trivial downloader, it does not attempt to recover from an error nor does it follow dynamic links, so all links should be static. Use cases for TinyWinDL are trivial files, such as small files storing non-critical settings or configurations, which are synchronized regularly and missing a synchronization here or there is not important.","archived":false,"fork":false,"pushed_at":"2025-01-15T03:35:54.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T15:27:20.522Z","etag":null,"topics":["assembly","assembly-x86","fasm","fasmg","x86-assembly"],"latest_commit_sha":null,"homepage":"https://scripttiger.github.io/more/","language":"Assembly","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/ScriptTiger.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":"2022-07-21T12:36:58.000Z","updated_at":"2025-01-15T04:24:20.000Z","dependencies_parsed_at":"2025-01-15T04:57:37.115Z","dependency_job_id":"bf25ef94-71a7-403b-bfa7-ae180f1cc309","html_url":"https://github.com/ScriptTiger/TinyWinDL","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"3407a83430cccdcdbf204104823290f14cacca43"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ScriptTiger/TinyWinDL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptTiger%2FTinyWinDL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptTiger%2FTinyWinDL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptTiger%2FTinyWinDL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptTiger%2FTinyWinDL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScriptTiger","download_url":"https://codeload.github.com/ScriptTiger/TinyWinDL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScriptTiger%2FTinyWinDL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29536918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["assembly","assembly-x86","fasm","fasmg","x86-assembly"],"created_at":"2024-12-16T16:12:11.085Z","updated_at":"2026-02-17T07:35:40.336Z","avatar_url":"https://github.com/ScriptTiger.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://docs.google.com/forms/d/e/1FAIpQLSfBEe5B_zo69OBk19l3hzvBmz3cOV6ol1ufjh0ER1q3-xd2Rg/viewform)\n\n# TinyWinDL\nThis is a trivial downloader for Windows which is basically just a wrapper for `URLDownloadToFileA`. Being a trivial downloader, it does not attempt to recover from an error nor does it follow dynamic links, so all links should be static. Use cases for TinyWinDL are trivial files, such as small files storing non-critical settings or configurations, which are synchronized regularly and missing a synchronization here or there is not important.\n\nUsage: `TinyWinDL \u003curl\u003e \u003cfile\u003e`\n\nIf no arguments, case-sensitive environmental variables used:\n\ntwdl_url  \ntwdl_file\n\nIf environmental variables not set, input will be prompted interactively.\n\n**Dependencies**  \nIf you are trying to build TinyWinDL yourself, the fasmg and fasmgP submodules may not be cloned as default behavior, depending on what git software you are using.\n\nfasmg:  \nhttps://github.com/tgrysztar/fasmg\n\nfasmgP:  \nhttps://github.com/ScriptTiger/fasmgP\n\n**TinyWinDL_386**  \n32-bit TinyWinDL.\n\n**TinyWinDL_386_micro**  \n32-bit TinyWinDL condensed into a single code section.\n\n**TinyWinDL_amd64**  \n64-bit TinyWinDL.\n\n**TinyWinDL_amd64_micro**  \n64-bit TinyWinDL condensed into a single code section.\n\n# More About ScriptTiger\n\nFor more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:  \nhttps://scripttiger.github.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscripttiger%2Ftinywindl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscripttiger%2Ftinywindl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscripttiger%2Ftinywindl/lists"}