{"id":15756891,"url":"https://github.com/jongha/python-wgety","last_synced_at":"2025-03-13T17:34:17.727Z","repository":{"id":12028327,"uuid":"14612541","full_name":"jongha/python-wgety","owner":"jongha","description":"webget for Python. wgety is a Python library for non-interactive download of files from the Web. It supports HTTP, HTTPS. It works like wget utility in Linux. It also supports RELATIVE link to ABSOLUTE link conversion.","archived":false,"fork":false,"pushed_at":"2013-12-06T01:14:17.000Z","size":496,"stargazers_count":4,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-05T09:02:35.372Z","etag":null,"topics":["linux","python","python-library","wget","wget-utility"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/wgety","language":"Python","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/jongha.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":"2013-11-22T08:30:37.000Z","updated_at":"2021-03-27T18:28:43.000Z","dependencies_parsed_at":"2022-09-01T14:52:19.892Z","dependency_job_id":null,"html_url":"https://github.com/jongha/python-wgety","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fpython-wgety","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fpython-wgety/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fpython-wgety/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongha%2Fpython-wgety/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongha","download_url":"https://codeload.github.com/jongha/python-wgety/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221392547,"owners_count":16811666,"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":["linux","python","python-library","wget","wget-utility"],"created_at":"2024-10-04T09:03:10.213Z","updated_at":"2024-10-25T05:40:42.263Z","avatar_url":"https://github.com/jongha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wget for Python\n[![Build Status](https://travis-ci.org/jongha/python-wgety.png?branch=master)](https://travis-ci.org/jongha/python-wgety)\n\nwgety is a Python library for non-interactive download of files from the Web. It supports HTTP, HTTPS. It works like wget utility in Linux. It also supports RELATIVE link to ABSOLUTE link conversion.\n\n## Usage\n\n### Setup\n\n    $ python ./setup.py install\n\n### Test\n\n    $ python ./run.py\n\n### Using as a library\n\nCopy wgety.py anywhere you want and create new file include below codes. If you need RELATIVE link to ABSOLUTE link conversion, set True absolute_link option.\n\n    from wgety.wgety import Wgety\n\n    w = Wgety()\n    w.execute(url='http://www.python.org', filename='python.html', absolute_link=True); # html file download\n    w.execute(url='http://www.python.org/images/python-logo.gif'); # binary file down\n    w.execute(url='http://www.python.org/images/python-logo.gif', filename='logo.gif'); # save as 'logo.gif'\n\n### From the command line\n\n    usage: wgety.py [-h] [-a] url [filename]\n\n    $ wgety.py http://www.python.org\n\n    or with full options.\n\n    $ wgety.py -a http://www.python.org python.html\n\n## License\n\npython-wgety is available under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongha%2Fpython-wgety","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongha%2Fpython-wgety","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongha%2Fpython-wgety/lists"}