{"id":20588506,"url":"https://github.com/znck/setproxy","last_synced_at":"2025-04-14T21:53:24.802Z","repository":{"id":66141262,"uuid":"41454740","full_name":"znck/setproxy","owner":"znck","description":"Proxy settings with no pain","archived":false,"fork":false,"pushed_at":"2016-12-18T18:10:06.000Z","size":72,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T21:53:15.287Z","etag":null,"topics":["linux","proxy","script","setproxy"],"latest_commit_sha":null,"homepage":null,"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/znck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2015-08-26T23:22:36.000Z","updated_at":"2019-03-04T04:15:56.000Z","dependencies_parsed_at":"2023-04-11T04:36:37.352Z","dependency_job_id":null,"html_url":"https://github.com/znck/setproxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fsetproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fsetproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fsetproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fsetproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znck","download_url":"https://codeload.github.com/znck/setproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968754,"owners_count":21191158,"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","proxy","script","setproxy"],"created_at":"2024-11-16T07:24:56.558Z","updated_at":"2025-04-14T21:53:24.795Z","avatar_url":"https://github.com/znck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SetProxy\n\nPainless proxy configuration.\n\n![SetProxy](cover.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\" alt=\"Software License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/znck/setproxy/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/setproxy/plug.svg?style=flat-square\" alt=\"Latest Version\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/znck/setproxy/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/znck/setproxy.svg?style=flat-square\" alt=\"Issues\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nRun this in your terminal to get the latest SetProxy version:\n```bash\n# Using curl.\ncurl -sS https://raw.githubusercontent.com/znck/setproxy/v0.0.1/install.sh | sudo -E bash\n# Using wget.\nwget -O - -o /dev/null https://raw.githubusercontent.com/znck/setproxy/v0.0.1/install.sh | sudo -E bash\n```\n\n## Usage\n\nSetProxy command line interface.\n\n```\n$ setproxy -h\nusage: setproxy [-h] [-u USER] [-p PASSWORD] [--http] [--https] [--ftp]\n                [--socks] [--no-http] [--no-https] [--no-ftp] [--no-socks]\n                [--clear] [-t] [-d]\n                server [port]\n\nEasy proxy configuration\n\npositional arguments:\n  server                Proxy server address. ex: 202.141.80.19 or\n                        tamdil.iitg.ernet.in\n  port                  Proxy port. commonly used ports are 3128, 8080 and\n                        1080.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -u USER, --user USER  Username for proxy authentication.\n  -p PASSWORD, --password PASSWORD\n                        Password for proxy authentication.\n  --http                Enable http proxy setting (Default: Enabled)\n  --https               Enable https proxy setting (Default: Enabled)\n  --ftp                 Enable ftp proxy setting\n  --socks               Enable socks proxy setting\n  --no-http             Disable http proxy setting\n  --no-https            Disable https proxy setting\n  --no-ftp              Disable ftp proxy setting (Default: Disabled)\n  --no-socks            Disable socks proxy setting (Default: Disabled)\n  --clear               Delete old proxy settings, while creating new.\n  -t, --test            Display old proxy settings\n  -d, --delete          Delete old proxy settings\n```\n\u003e TODO: Update usage docs.\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Testing\n\n\u003e Accepting PR :p\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email :author_email instead of using the issue tracker.\n\n## Credits\n\n- [Rahul Kadyan][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n[link-author]: http://znck.me\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznck%2Fsetproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznck%2Fsetproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznck%2Fsetproxy/lists"}