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)
26.565 Views
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


Messages In This Thread
RE: [PYTHON] HOW TO MAKE AN ACCOUNT CHECKER 2021 (WITH SELENIUM) - by zeneq - 20-10-2021, 04:32 AM


Users browsing this thread: 1 Guest(s)