An open API service indexing awesome lists of open source software.

https://github.com/meomundep/proxies-checker

Check whether the proxies are valid or invalid and export then xlsx files.
https://github.com/meomundep/proxies-checker

air airdrop automation checker drop free meomundep proxies proxy proxy-checker proxy-configuration proxy-list script tool web

Last synced: 11 months ago
JSON representation

Check whether the proxies are valid or invalid and export then xlsx files.

Awesome Lists containing this project

README

          

# πŸ§ͺ 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](https://www.webshare.io/?referral_code=4l5kb3glsce7)):

```txt
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
```

2. `valid_proxies.xlsx` β€” Valid proxies will be saved here.
3. `invalid_proxies.xlsx` β€” Invalid proxies will be saved here.
4. `new_proxies.xlsx` β€” New filtered proxies will be updated here.

---

## πŸ’‘ Installation Guide

### βœ… Step 1: Install Python 3

#### For **Windows**:

- Download from: [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/)
- During installation, **check the box** β€œAdd Python to PATH”.

#### For **macOS** (if Python 3 is missing):

```bash
brew install python
```

#### For **Ubuntu/Debian**:

```bash
sudo apt update
sudo apt install python3 python3-pip
```

---

### βœ… Step 2: Install dependencies

```bash
pip install -r requirements.txt
```

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

---

## 🧠 How to Use

### πŸ”Ή For Linux/macOS:

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

### πŸ”Ή For Windows:

```cmd
cd path\to\proxies_checker
python meomundep.py
```

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

---

πŸ“ž **Contact and Support**

- **Support me via Donate** [Here](https://t.me/KeoAirDropFreeNe/312/27801)
- **Contact for work:** [Telegram](https://t.me/MeoMunDep)
- **Join the support group:** [Join here](https://t.me/KeoAirDropFreeNe)
- **Updates Channel:** [View channel](https://t.me/KeoAirDropFreeNee)
- **YouTube Channel:** [Watch here](https://www.youtube.com/@keoairdropfreene)
- **Instagram:** [Follow me](https://www.instagram.com/meomundep)
- **Tiktok:** [Follow me](https://www.tiktok.com/@meomundep)

---

πŸŽ‡ **Enjoy checking proxies efficiently!**