Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 2926

Python help

by www00 - 10 March, 2019 - 12:38 PM
This post is by a banned member (www00) - Unhide
www00  
Registered
36
Posts
2
Threads
5 Years of service
#1
I want to make checker with python
i need to add proxy option 
what i need ??
This post is by a banned member (xMike) - Unhide
xMike  
Registered
13
Posts
3
Threads
5 Years of service
#2
depends how do you check the account
Watch all episodes of vitaly uncensored for free! CLICK HERE
the real PAID website:  https://vitalyuncensored.com
This post is by a banned member (www00) - Unhide
www00  
Registered
36
Posts
2
Threads
5 Years of service
#3
Like all checkers 
i need add combo and proxy
and start checking
This post is by a banned member (KiiRan) - Unhide
KiiRan  
Registered
271
Posts
7
Threads
6 Years of service
#4
if you're making requests with requests module then add this line to args of the req like that: session.request("POST", data=payload, headers=headers, proxies={'https': YOURPROXY, 'http': YOURPROXY'})

if you want to use sock5 then
session.request("POST", data=payload, headers=headers, proxies={'https': socks5://YOURPROXY, 'http': socks5://YOURPROXY'})
This post is by a banned member (www00) - Unhide
www00  
Registered
36
Posts
2
Threads
5 Years of service
#5
Tnx bro i search this point a lot of time 
tnx
This post is by a banned member (darksh33p) - Unhide
darksh33p  
Registered
13
Posts
0
Threads
6 Years of service
#6
(10 March, 2019 - 09:22 PM)KiiRan Wrote: Show More
if you're making requests with requests module then add this line to args of the req like that: session.request("POST", data=payload, headers=headers, proxies={'https': YOURPROXY, 'http': YOURPROXY'})

if you want to use sock5 then
session.request("POST", data=payload, headers=headers, proxies={'https': socks5://YOURPROXY, 'http': socks5://YOURPROXY'})

u might also need to install request[socks] module if using older version requests module
[Image: R3SSLAD.jpg]
This post is by a banned member (BlindFoggi91) - Unhide
37
Posts
5
Threads
5 Years of service
#7
Thank you for the answers, i was also looking for the same stuff
This post is by a banned member (desu333) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 2 Guest(s)