Skip to content

MeoMunDep/Proxies-Checker

Repository files navigation

🧪 MeoMunDep Proxy Checker

A simple async Python tool to check and filter working proxies. Supports HTTP, HTTPS, SOCKS4, SOCKS5 with or without authentication.

🚀 Getting Started

To get started with the proxy checker bot, follow these steps:


📁 Configuration Files

  1. proxies.txt

    Proxy list format (you can get from Webshare):

http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:port
  1. valid_proxies.xlsx — Valid proxies will be saved here.
  2. invalid_proxies.xlsx — Invalid proxies will be saved here.
  3. new_proxies.xlsx — New filtered proxies will be updated here.

💡 Installation Guide

✅ Step 1: Install Python 3

For Windows:

For macOS (if Python 3 is missing):

brew install python

For Ubuntu/Debian:

sudo apt update
sudo apt install python3 python3-pip

✅ Step 2: Install dependencies

pip install -r requirements.txt

Use pip3 if needed, e.g., pip3 install -r requirements.txt.


🧠 How to Use

🔹 For Linux/macOS:

cd path/to/proxies_checker
chmod +x run.sh
./run.sh

🔹 For Windows:

cd path\to\proxies_checker
python meomundep.py

Or double-click run.bat (if provided).


📞 Contact and Support


🎇 Enjoy checking proxies efficiently!

Releases

No releases published

Packages

No packages published

Languages