issues
search
hggggbggjy
/
dnbr
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
N
#6
hggggbggjy
opened
3 years ago
2
import random # # Credit to @Soud69 # t.me/Soudchat # proxylist = open("proxy.txt", "r").read().splitlines proxtype = int(input("""[Proxy Type] 1) HTTP/S 2) Socks4 3) Socks5 >> """) randomproxy = random.choice(proxylist) if proxytype == 1: proxy_dict = { 'http': "http://" + randomproxy, 'https': "https://" + randomproxy } elif proxtype == 2: proxy_dict = { 'http': "socks4://" + randomproxy, 'https': "socks4://" + randomproxy } elif proxtype == 3: proxy_dict = { 'http': "socks5://" + randomproxy, 'https': "socks5://" + randomproxy }
#5
hggggbggjy
opened
3 years ago
1
MoMuilWH/TmX-FW
#4
hggggbggjy
opened
3 years ago
1
Bot
#3
hggggbggjy
opened
3 years ago
1
N
#2
hggggbggjy
opened
4 years ago
0
http://api.ipstack.com/
#1
hggggbggjy
opened
4 years ago
1