Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stamparm/fetch-some-proxies
Simple Python script for fetching "some" (usable) proxies
https://github.com/stamparm/fetch-some-proxies
anonymity proxy python
Last synced: 19 days ago
JSON representation
Simple Python script for fetching "some" (usable) proxies
- Host: GitHub
- URL: https://github.com/stamparm/fetch-some-proxies
- Owner: stamparm
- Created: 2016-10-09T22:39:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:14:25.000Z (over 1 year ago)
- Last Synced: 2024-10-14T17:18:54.601Z (about 2 months ago)
- Topics: anonymity, proxy, python
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 575
- Watchers: 51
- Forks: 134
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **429**星
README
fetch-some-proxies [![Build Status](https://api.travis-ci.org/stamparm/fetch-some-proxies.svg?branch=master)](https://travis-ci.org/stamparm/fetch-some-proxies) [![Python 2.6|2.7|3.x](https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-Public_domain-red.svg)](https://wiki.creativecommons.org/wiki/Public_domain)
====Simple Python script for fetching "some" (usable) proxies. It fetches (periodically updated) list of public proxies and automatically finds in a quick manner those usable in that same moment (Note: testing of SOCKS proxies is currently possible only on non-Windows platforms).
Why should you use it? Well, if you've ever used free proxy lists around you'll know the pain of finding actually working proxies. This tool will automatically do the list fetching and proxy testing for you. Also, only proxies that support HTTPS traffic will be returned, which guarantees access to majority of Internet sites.
![fetch](https://i.imgur.com/WLWRGcA.png)
Requirements
----**fetch-some-proxies** works out of the box with any Python version from **2.6.x** to **3.x** on any platform.