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

[PYTHON] HOW TO MAKE AN ACCOUNT CHECKER 2021 (WITH SELENIUM)

Submitted by INFINITY at 30-08-2021, 05:55 PM


[PYTHON] HOW TO MAKE AN ACCOUNT CHECKER 2021 (WITH SELENIUM)
24.062 Views
amksuis's Avatar'
amksuis
Offline
#11
30-08-2021, 05:55 PM INFINITY Wrote:
FUCK MEEEEEEEEEEEEEEE
0
Reply
OceanStar's Avatar'
OceanStar
Offline
#12
Thank you so much!
0
Reply
LizerdMan69's Avatar'
LizerdMan69
Offline
#13
thanks my guy
0
Reply
Zelrivie's Avatar'
Zelrivie
Offline
#14
how to use?
0
Reply
BruteAll's Avatar'
BruteAll
Offline
#15
python im afraid is snakes
0
Reply
MonsieurD's Avatar'
MonsieurD
Offline
#16
thx for the share
0
Reply
GeGPo's Avatar'
GeGPo
Offline
#17
tyyyy
0
Reply
zeneq's Avatar'
zeneq
Offline
#18
fraudulent post not sure why you'd post this nonworking script that doesn't do what you say
0
Reply
zeneq's Avatar'
zeneq
Offline
#19
LOL wtf NO this is NOT helpful.  Anyone who understands python will see in a second that this script does absolutely nothing.  IT DOES NOT CHECK ANY PW it just loads a url, in this case google.  You can't say it's a "template" because there is absolutely ZERO functionality anywhere in this code for checking a login and password.  It doesn't check or look at response codes or try to log in it does nothing.  This share is a fraud.  Why would you even post something like this?
 
PHP Code:
#coding: utf-8

import selenium
from selenium import webdriver
from selenium
.common.exceptions import TimeoutException
from selenium
.common.exceptions import NoSuchElementException

#Selenium Settings
options webdriver.ChromeOptions()
options.add_experimental_option("excludeSwitches", ["enable-logging"])
driver webdriver.Chrome(options=optionsexecutable_path=r"chromedriver.exe")

#Checker
def Checker(usernamepassword):
    try:
        
driver.get("http://google.com"#Load the website

    
except TimeoutException:
        print(
"Error, can't access to the website."#Print error, if cant access to the website

#Username and password checker
Checker("email or username here""password here"


HERE is the python source for a REAL checker, that you can modify to be a checker:
https://github.com/onemanbuilds/SpotifyCheckerSelenium

there are a lot out there just google for it or look around github.  The above is enough to pattern for any site.
1
Reply
cofeetime's Avatar'
cofeetime
Offline
#20
Thanks buddy
0
Reply



Users browsing this thread: 8 Guest(s)