Split a large list of HTTP proxies into smaller files with 10 proxies each.
- Create
all_proxies.txt
file - Add your HTTP proxies to the file (one proxy per line)
- Run the script:
python split_proxies.py
- Creates a
proxy_files
directory - Splits proxies into files with 10 proxies each (proxy1.txt, proxy2.txt, etc.)