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



 59664

Python Account Checker Documentation

by ANG - 25 December, 2020 - 12:29 AM
This post is by a banned member (sxrd187) - Unhide
This post is by a banned member (softnyx11) - Unhide
This post is by a banned member (WIZVENEX) - Unhide
WIZVENEX  
Registered
8
Posts
0
Threads
1 Year of service
thx man
This post is by a banned member (words) - Unhide
words  
Registered
1.457
Posts
322
Threads
5 Years of service
(25 December, 2020 - 12:29 AM)ANG Wrote: Show More
why do I make this thread before I get roasted:
I feel like its important to share my knowledge on this subject
and to preserve the 'art' of making account checkers
I hope this will be a thread where ppl will come back to
and read it and make there own account checker  Heart


will be covering the following subjects for now
Headers
splitting email and pass
Recaptha 
CSRF_token
Request module and how to use
Capture 



why not just using the with in python for requests ? this way you don't have to use while and breaks ?

With also ensure that the connection is closed after the block of code is done. same for combo loading, it's safe and i find it easier. i'll post an example when i get sum more time

example of a request block with the 'with' :
 
Code:
import requests
data = {'user':'user','pass':'pass'
with requests.post(url,data= data) as r:
        if 'stuff' in r.text:
                  return 'stuff'
        else:
                  pass
I do not sell anything. I do not have a public Discord / Telegram. I will never ask anyone for money / refuse any deal via middleman. I will never deny to confirm my identity via PM before any deal. Stay safe, I have impersonators.
(-.-)Zzz...

https://youtu.be/EDVrTYW2l84

 
This post is by a banned member (mc0d3r) - Unhide
mc0d3r  
Registered
212
Posts
0
Threads
2 Years of service
thanks alot
This post is by a banned member (daanvii) - Unhide
daanvii  
Registered
1
Posts
0
Threads
1 Year of service
Thanks bro for the stuff
This post is by a banned member (Bear912) - Unhide
Bear912  
Registered
17
Posts
0
Threads
1 Year of service
(25 December, 2020 - 12:29 AM)ANG Wrote: Show More
why do I make this thread before I get roasted:
I feel like its important to share my knowledge on this subject
and to preserve the 'art' of making account checkers
I hope this will be a thread where ppl will come back to
and read it and make there own account checker  Heart


will be covering the following subjects for now
Headers
splitting email and pass
Recaptha 
CSRF_token
Request module and how to use
Capture 



Thanks
This post is by a banned member (letters221) - 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: 4 Guest(s)