All Projects → joewhite86 → proxy-rotator

joewhite86 / proxy-rotator

Licence: other
Simple proxy rotation service

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to proxy-rotator

Adidas Bot
Browser automation tool for buying adidas shoes
Stars: ✭ 146 (+421.43%)
Mutual labels:  proxies
YANG
🔥 The most efficient, open-source, and unlimited discord nitro generator & checker. 🚀
Stars: ✭ 215 (+667.86%)
Mutual labels:  proxies
yolov5 obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测
Stars: ✭ 1,105 (+3846.43%)
Mutual labels:  rotation
Smartproxy
HTTP(S) Rotating Residential proxies - Code examples & General information
Stars: ✭ 205 (+632.14%)
Mutual labels:  proxies
xmca
Maximum Covariance Analysis in Python
Stars: ✭ 41 (+46.43%)
Mutual labels:  rotation
ProxyChecker
An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI, for Windows, Mac OS, Linux.
Stars: ✭ 113 (+303.57%)
Mutual labels:  proxies
Ipproxy
爬虫所需要的IP代理,抓取九个网站的代理IP检测/清洗/入库/更新,添加调用接口
Stars: ✭ 136 (+385.71%)
Mutual labels:  proxies
freeproxy
Get http proxies from some free proxy sites. (爬取免费HTTP代理)
Stars: ✭ 18 (-35.71%)
Mutual labels:  proxies
proxybuilder
www.proxybuilder.org
Stars: ✭ 19 (-32.14%)
Mutual labels:  proxies
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-46.43%)
Mutual labels:  proxies
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+9782.14%)
Mutual labels:  proxies
maks
Motion Averaging
Stars: ✭ 52 (+85.71%)
Mutual labels:  rotation
scenario
Agent simulation in Jupyter
Stars: ✭ 17 (-39.29%)
Mutual labels:  rotation
Spoon
🥄 A package for building specific Proxy Pool for different Sites.
Stars: ✭ 173 (+517.86%)
Mutual labels:  proxies
ipChecker
Check if a IP is from tor or is a malicious proxy
Stars: ✭ 50 (+78.57%)
Mutual labels:  proxies
Wreckuests
Yet another one hard-hitting tool to run HTTP stress tests 🌌
Stars: ✭ 137 (+389.29%)
Mutual labels:  proxies
ip2proxy-python
Python library for IP2Proxy database lookup. It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 19 (-32.14%)
Mutual labels:  proxies
rotatewriter
Writter for internal golang log library or for rs/zerolog which has normal smooth nonblocking rotate
Stars: ✭ 16 (-42.86%)
Mutual labels:  rotation
virtualGizmo3D
Virtual GIZMO - 3D object manipulator / orientator, via mouse, with pan and dolly/zoom features
Stars: ✭ 36 (+28.57%)
Mutual labels:  rotation
ip2proxy-java
IP2Proxy Java Component.It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 16 (-42.86%)
Mutual labels:  proxies

proxy-rotator

Proxy rotation service written in Node.js.


Features:

  • Rotation per host
  • Handling of broken proxies
  • Handling of blocked proxies
  • Time between requets per proxy
  • Statistics to identify problematic proxies

Installation

npm install proxy-rotator
cd node_modules/proxy-rotator
vim config.json
// fill in your proxies: ["http://user:[email protected]:port"]

Configuration

To configure the service edit the file config.json

  • defaultTimeout: Timeout in ms to wait for a response if not passed with the request (default: 5000)
  • port: Port to listen to (default: 8000)
  • bindAddress: If set, the service will only listen to this address (default: any)
  • repairTime: Time in seconds a proxy is broken until next try
  • blockTimeout: Time in seconds a proxy is blocked until next try
  • graceTime: Time between requests on a single proxy
  • logging: See log4js
  • proxies: Array of proxies. Format: [protocol]://[username]:[password]@[ip/name]:[port]

Start

// using forever is recommended
forever start app
// the default way
node app

Usage

curl 'localhost:8000?url=https://google.de'
curl 'localhost:8000?timeout=5000&url=https://google.de'
curl 'localhost:8000/proxies'
curl 'localhost:8000/status'

Licence

The MIT License (MIT)

Copyright (c) 2014 Jochen Weis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].