{"id":24755238,"url":"https://github.com/katzer/hidemyass2","last_synced_at":"2025-03-23T06:13:57.320Z","repository":{"id":56876366,"uuid":"62717706","full_name":"katzer/hidemyass2","owner":"katzer","description":"Hide My Ass! /2 fetches proxies at www.hidemyass.com","archived":false,"fork":false,"pushed_at":"2016-08-03T15:52:10.000Z","size":84,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-08T01:48:19.443Z","etag":null,"topics":["gem","hidemyass","proxy"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/katzer.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":"2016-07-06T11:59:25.000Z","updated_at":"2021-01-17T16:19:04.000Z","dependencies_parsed_at":"2022-08-20T11:31:03.972Z","dependency_job_id":null,"html_url":"https://github.com/katzer/hidemyass2","commit_stats":null,"previous_names":["appplant/hidemyass2"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fhidemyass2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fhidemyass2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fhidemyass2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzer%2Fhidemyass2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katzer","download_url":"https://codeload.github.com/katzer/hidemyass2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061379,"owners_count":20554563,"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":["gem","hidemyass","proxy"],"created_at":"2025-01-28T12:37:50.593Z","updated_at":"2025-03-23T06:13:57.300Z","avatar_url":"https://github.com/katzer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HIDE MY ASS! /2 [![Build Status](https://travis-ci.org/appPlant/hidemyass2.svg?branch=master)](https://travis-ci.org/appPlant/hidemyass2) [![Code Climate](https://codeclimate.com/github/appPlant/hidemyass2/badges/gpa.svg)](https://codeclimate.com/github/appPlant/hidemyass2) [![Test Coverage](https://codeclimate.com/github/appPlant/hidemyass2/badges/coverage.svg)](https://codeclimate.com/github/appPlant/hidemyass2/coverage) [![Dependency Status](https://gemnasium.com/badges/github.com/appPlant/hidemyass2.svg)](https://gemnasium.com/github.com/appPlant/hidemyass2)\n\nHide My Ass! /2 fetches lots of proxies to allow everyone to surf privately from anywhere.\n\n- Around __3.200__ proxies\n\n- Fetched in real time within __2.5 sec__\n\n- Sortable by speed, country, anonymity and many more\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'hidemyass2'\ngem 'nokogiri' # To get the full proxy list (optional)\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install hidemyass2\n\n## Usage\n\nFrom terminal execute:\n\n    $ bundle exec hidemyass\n\n    https://188.166.233.171:8080\n    http://187.85.207.47:3128\n    http://201.22.213.7:8080\n    https://103.253.146.197:8080\n    https://139.59.226.223:8080\n    socks4://80.255.139.145:1080\n    socks5://5.135.151.28:60088\n    ...\n\nFor Ruby run:\n\n```ruby\nrequire 'hidemyass'\n\nHideMyAss.proxies { |p| p.country == 'germany' \u0026\u0026 p.https? }\n#\u003cHideMyAss::ProxyList:0x00000000000000 @proxies=[...]\u003e\n\nHideMyAss.proxies!.first\n#\u003cHideMyAss::Proxy:0x00000000000000 https://103.253.146.197:8080\u003e\n```\n\nRefer to the [Proxy](https://github.com/appPlant/hidemyass2/blob/master/lib/hidemyass/proxy.rb) class for more advanced usage and a complete list of properties like `speed`, `ip`, `ssl?`, `anonym?` or `secure?`.\n\n__Tip:__ Use `proxies!` to fetch the proxies just one time.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/appplant/hidemyass2.\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License][license].\n\nMade with :yum: from Leipzig\n\n© 2016 [appPlant GmbH][appplant]\n\n[license]: http://opensource.org/licenses/MIT\n[appplant]: www.appplant.de\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Fhidemyass2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatzer%2Fhidemyass2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatzer%2Fhidemyass2/lists"}