Skip to content

komutan234/Proxy-List-Free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Free Proxy List (Auto-Updated)

Update Frequency Proxy Types Build Status License

A completely automated, free proxy list repository. Scraped from public sources, validated, and updated every 1 minute via GitHub Actions.


πŸš€ Features

  • Automated Updates: The list is refreshed every 1 minute automatically.
  • Multiple Protocols: Includes HTTP, SOCKS4, and SOCKS5 proxies.
  • Clean Format: Proxies are saved in IP:PORT format, ready to use in any software.
  • High Availability: Hosted on GitHub, ensuring fast and reliable access to the raw text files.

πŸ“₯ Download / Usage

You can use the Raw links below to integrate these lists directly into your software, bots, or scripts.

Protocol Status Raw Link (Click to Copy)
HTTP 🟒 Active https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/http.txt
SOCKS4 🟒 Active https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/socks4.txt
SOCKS5 🟒 Active https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/socks5.txt

πŸ’» Example Usage (Python)

import requests

url = "https://raw.githubusercontent.com/komutan234/Proxy-List-Free/main/proxies/http.txt"
proxies = requests.get(url).text.split("\n")

print(f"Loaded {len(proxies)} proxies.")

πŸ› οΈ How It Works

  1. Scraping: The scraper.py script collects public proxies from various open-source API endpoints and repositories.
  2. Filtering: It deduplicates the list and separates them by protocol.
  3. Automation: A GitHub Action triggers the script every 2 hours (Cron: 0 */2 * * *).
  4. Deployment: The updated lists are automatically committed and pushed to this repository.

⚠️ Disclaimer

This repository is for educational and research purposes only.

  • The proxies listed here are gathered from public sources widely available on the internet.
  • I do not own, operate, or control any of these proxy servers.
  • Please use these proxies responsibly. Do not use them for illegal activities, spamming, or attacking targets.
  • The reliability/uptime of these free proxies is not guaranteed.

🀝 Contributing

Feel free to fork this repository and submit a Pull Request if you want to add more proxy sources to the scraper.py file!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewSources)
  3. Commit your Changes (git commit -m 'Add new proxy sources')
  4. Push to the Branch (git push origin feature/NewSources)
  5. Open a Pull Request

Made with ❀️ using Python & GitHub Actions

About

FREE PROXY LIST (Gets Updated Every 2 Minutes).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages