Code Monkey home page Code Monkey logo

fastproxy's Introduction

MultiThreaded Application to Scrape Working Web Proxies

PyPI version


forthebadge made-with-python

Open Source Love png3 Maintenance

Functionalites

  • More than 300 Live Proxy Fetch
  • CLI Support
  • Selection of Proxy based on Speed
  • Proxy Export
  • Country Filteration

Installation

pip install

pip install fastProxy==0.1.3

git clone

git clone https://github.com/1UC1F3R616/fastProxy.git
cd fastProxy/
pip install -r requirements.txt

Run using CLI

Default run

  • Threads: 100
  • Request Timeout: 4sec
python fastProxy.py 

Aletered Parameters

Flag Usage Purpose Default Usage
c Thread Count Increase Testing Speed 100 --c=16
t Request Timeout in sec Give Faster Proxy when set to lower Values 4 --t=20
g Generate CSV Generate CSV of Working proxy only with user flags False --g
a All Scraped Proxy Generate CSV of All Scrapped Proxies with more Detail False --a
python fastProxy.py --c=256 --t=2 --g --a 

Run by import

  • Set Flags or Default Values are Taken
Flag Usage Purpose Default Usage
c Thread Count Increase Testing Speed 100 c=256
t Request Timeout in sec Give Faster Proxy when set to lower Values 4 t=2
g Generate CSV Generate CSV of Working proxy only with user flags False g=True
a All Scraped Proxy Generate CSV of All Scrapped Proxies with more Detail False a=True
import fastProxy

myProxyList = fastProxy.fetch_proxies(c=128, t=2, g=True, a=True)

print(myProxyList)

Sample CSV File


LinkedIn LinkedIn

fastproxy's People

Contributors

1uc1f3r616 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fastproxy's Issues

Not Working

  • Web Scrape code seems to be broken with time. Update needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.