Her konuya böyle yazmaya devam edeceksen uyarı yiceksin haberin olsun diye yazıyorum adam gibi bir şey istemiş arkadaş atıyorsan at atmıyorsan yorum atmana gerek yokDc ekle kardesim hemen yapip atayim 5dk mi alir uzerinde gpt falan yazarsa inanma ben yaptim
kick icin checklicem oyuzden target url li lazim githubda bulamadimHer konuya böyle yazmaya devam edeceksen uyarı yiceksin haberin olsun diye yazıyorum adam gibi bir şey istemiş arkadaş atıyorsan at atmıyorsan yorum atmana gerek yok
urlyi google.com 'dan kick.tv,,com e cekebilirsinkick icin checklicem oyuzden target url li lazim githubda bulamadim
nerde yapcam onuurlyi google.com 'dan kick.tv,,com e cekebilirsin
import os
import sys
import httpx
from colorama import Fore, init
init(autoreset=True)
fr = Fore.RED
fg = Fore.GREEN
fy = Fore.YELLOW
fw = Fore.WHITE
fre = Fore.RESET
list = [
'https://raw.githubusercontent.com/roosterkid/openproxylist/refs/heads/main/HTTPS_RAW.txt',
'https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt',
'https://raw.githubusercontent.com/MuRongPIG/Proxy-Master/main/http.txt',
'https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/http/http.txt',
'https://raw.githubusercontent.com/prxchk/proxy-list/main/http.txt',
'https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/http.txt',
'https://raw.githubusercontent.com/proxylist-to/proxy-list/main/http.txt',
'https://raw.githubusercontent.com/yuceltoluyag/GoodProxy/main/raw.txt',
'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/http.txt',
'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/https.txt',
'https://raw.githubusercontent.com/mmpx12/proxy-list/master/https.txt',
'https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/http_proxies.txt',
'https://raw.githubusercontent.com/opsxcq/proxy-list/master/list.txt',
'https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/https_proxies.txt',
'https://api.openproxylist.xyz/http.txt',
'https://api.proxyscrape.com/v2/?request=displayproxies',
'https://api.proxyscrape.com/?request=displayproxies&proxytype=http',
'https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=all',
'https://www.proxydocker.com/en/proxylist/download?email=noshare&country=all&city=all&port=all&type=all&anonymity=all&state=all&need=all',
'https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=anonymous',
'http://worm.rip/http.txt',
'https://proxyspace.pro/http.txt',
'https://multiproxy.org/txt_all/proxy.txt',
'https://proxy-spider.com/api/proxies.example.txt',
]
if __name__ == "__main__":
file = "proxy.txt"
try:
if os.path.isfile(file):
os.system('cls' if os.name == 'nt' else 'clear')
os.remove(file)
print("{}File {} Sudah Ada!\n{}Memulai Mengunduh {} Yang Baru!\n".format(fr, file, fy, file))
with open(file, 'a') as data:
for proxy in list:
data.write(httpx.get(proxy).text)
print(" -| mengambil {}{}".format(fg, proxy))
else:
os.system('cls' if os.name == 'nt' else 'clear')
with open(file, 'a') as data:
for proxy in list:
data.write(httpx.get(proxy).text)
print(" -| mengambil {}{}".format(fg, proxy))
with open(file, 'r') as count:
total = sum(1 for line in count)
print("\n{}( {}{} {}) {}Proxy Berhasil Di Unduh.". format(fw, fy, total, fw, fg))
except IndexError:
sys.exit(1)
ekstra olarakPython:import os import sys import httpx from colorama import Fore, init init(autoreset=True) fr = Fore.RED fg = Fore.GREEN fy = Fore.YELLOW fw = Fore.WHITE fre = Fore.RESET list = [ 'https://raw.githubusercontent.com/roosterkid/openproxylist/refs/heads/main/HTTPS_RAW.txt', 'https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt', 'https://raw.githubusercontent.com/MuRongPIG/Proxy-Master/main/http.txt', 'https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/http/http.txt', 'https://raw.githubusercontent.com/prxchk/proxy-list/main/http.txt', 'https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/http.txt', 'https://raw.githubusercontent.com/proxylist-to/proxy-list/main/http.txt', 'https://raw.githubusercontent.com/yuceltoluyag/GoodProxy/main/raw.txt', 'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/http.txt', 'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/https.txt', 'https://raw.githubusercontent.com/mmpx12/proxy-list/master/https.txt', 'https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/http_proxies.txt', 'https://raw.githubusercontent.com/opsxcq/proxy-list/master/list.txt', 'https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/https_proxies.txt', 'https://api.openproxylist.xyz/http.txt', 'https://api.proxyscrape.com/v2/?request=displayproxies', 'https://api.proxyscrape.com/?request=displayproxies&proxytype=http', 'https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=all', 'https://www.proxydocker.com/en/proxylist/download?email=noshare&country=all&city=all&port=all&type=all&anonymity=all&state=all&need=all', 'https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=anonymous', 'http://worm.rip/http.txt', 'https://proxyspace.pro/http.txt', 'https://multiproxy.org/txt_all/proxy.txt', 'https://proxy-spider.com/api/proxies.example.txt', ] if __name__ == "__main__": file = "proxy.txt" try: if os.path.isfile(file): os.system('cls' if os.name == 'nt' else 'clear') os.remove(file) print("{}File {} Sudah Ada!\n{}Memulai Mengunduh {} Yang Baru!\n".format(fr, file, fy, file)) with open(file, 'a') as data: for proxy in list: data.write(httpx.get(proxy).text) print(" -| mengambil {}{}".format(fg, proxy)) else: os.system('cls' if os.name == 'nt' else 'clear') with open(file, 'a') as data: for proxy in list: data.write(httpx.get(proxy).text) print(" -| mengambil {}{}".format(fg, proxy)) with open(file, 'r') as count: total = sum(1 for line in count) print("\n{}( {}{} {}) {}Proxy Berhasil Di Unduh.". format(fw, fy, total, fw, fg)) except IndexError: sys.exit(1)
silverbulletde proxy checker vartarget url li proxy checker nerde bulabilirim
python yuklude nasi kullanicam bilmyiomPython:import os import sys import httpx from colorama import Fore, init init(autoreset=True) fr = Fore.RED fg = Fore.GREEN fy = Fore.YELLOW fw = Fore.WHITE fre = Fore.RESET list = [ 'https://raw.githubusercontent.com/roosterkid/openproxylist/refs/heads/main/HTTPS_RAW.txt', 'https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt', 'https://raw.githubusercontent.com/MuRongPIG/Proxy-Master/main/http.txt', 'https://raw.githubusercontent.com/officialputuid/KangProxy/KangProxy/http/http.txt', 'https://raw.githubusercontent.com/prxchk/proxy-list/main/http.txt', 'https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/http.txt', 'https://raw.githubusercontent.com/proxylist-to/proxy-list/main/http.txt', 'https://raw.githubusercontent.com/yuceltoluyag/GoodProxy/main/raw.txt', 'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/http.txt', 'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/https.txt', 'https://raw.githubusercontent.com/mmpx12/proxy-list/master/https.txt', 'https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/http_proxies.txt', 'https://raw.githubusercontent.com/opsxcq/proxy-list/master/list.txt', 'https://raw.githubusercontent.com/Anonym0usWork1221/Free-Proxies/main/proxy_files/https_proxies.txt', 'https://api.openproxylist.xyz/http.txt', 'https://api.proxyscrape.com/v2/?request=displayproxies', 'https://api.proxyscrape.com/?request=displayproxies&proxytype=http', 'https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=all', 'https://www.proxydocker.com/en/proxylist/download?email=noshare&country=all&city=all&port=all&type=all&anonymity=all&state=all&need=all', 'https://api.proxyscrape.com/v2/?request=getproxies&protocol=http&timeout=10000&country=all&ssl=all&anonymity=anonymous', 'http://worm.rip/http.txt', 'https://proxyspace.pro/http.txt', 'https://multiproxy.org/txt_all/proxy.txt', 'https://proxy-spider.com/api/proxies.example.txt', ] if __name__ == "__main__": file = "proxy.txt" try: if os.path.isfile(file): os.system('cls' if os.name == 'nt' else 'clear') os.remove(file) print("{}File {} Sudah Ada!\n{}Memulai Mengunduh {} Yang Baru!\n".format(fr, file, fy, file)) with open(file, 'a') as data: for proxy in list: data.write(httpx.get(proxy).text) print(" -| mengambil {}{}".format(fg, proxy)) else: os.system('cls' if os.name == 'nt' else 'clear') with open(file, 'a') as data: for proxy in list: data.write(httpx.get(proxy).text) print(" -| mengambil {}{}".format(fg, proxy)) with open(file, 'r') as count: total = sum(1 for line in count) print("\n{}( {}{} {}) {}Proxy Berhasil Di Unduh.". format(fw, fy, total, fw, fg)) except IndexError: sys.exit(1)
ekstra olarak
20k tımeoutlu wget -O proxy.txt "Linkleri görebilmek için kayıt olmanız gerekmektedir"
python yuklude nasi kullanicam bilmyiom
