Code Monkey home page Code Monkey logo

proxy_checker's Introduction

proxy_checker

Project for getting checked proxies.

GENERAL USAGE

The main part of this program is daemon.py that perfoms scrapping and then checking of proxies from https://free-proxy-list.net/. Just keep this script running as long as you need. It will start new loop of scrapping-checking-saving every 15 minutes.

You can also use scrapper.py or checker.py separetly if you need it.

To recieve the list of proxies you can use CLI proxy.py.

INSTALATION

  1. Clone this repository.

  2. Create virtual environment and install dependencies.

pip install -r requirements.txt
  1. Create empty PostgreSQL DB for the proxies. You can use PgAdmin for this purpose.

  2. Create a .env file in your project and write db variables into it.

Congrats! You are ready to go!

CLI

By default CLI will return you 10 last checked alive proxies. Open the terminal in the appropriate folder and run:

python proxy.py

There are some flags that are available for usage:

  • -h - will show you all the available options
  • -c [country_code] - filter results by country
  • -r - returns the most reliable proxies (with highest availability rate)
  • -s - returns the fastest proxies (with lowest ping)
  • -n [int] - number of returning proxies
  • -f [filename] - name of the file for saving proxies

Pay attention that you cannot use -r and -s together.

proxy_checker's People

Contributors

qnazar avatar

Watchers

 avatar

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.