Giter Club home page Giter Club logo

selenium_account_checkers's Introduction

Selenium Account Checkers

2.mp4

What

Account checker for various services, which simulates user behaviour and, as such, has near-limitless possibilties.

Why

Although checking with requests + beautifulsoup + proxies is preferred due to speed, logging in with webdriver allows (in many cases) to simulate user behaviour and prevent blocking by services.

Moreover, this method is completely free and does not require paid proxies or paid captcha-solving. Captcha is solvable with existing extensions (i.e. Buster or Hekt), by packing the extension into a .crx and including with options.add_extension. This functionality has currently not been included, although it has been tested with Sling TV.

How

To launch.

Open a Terminal in the program's directory

launch main.py in your environment of choice (i.e. python3 main.py)

Some services are still experimental and aren't working properly, but the majority have improved functionality compared to the initial project.

WARNING:

Checking too many accounts might result in 429 response (or similar error), and there will be a cool-down period where login for current IP will be disabled.

Requires

An IP Address for the service you are checking, as you will be geo-blocked otherwise (i.e. for HBO a US IP is required).

Some scripts inform you, through conditional checks on the page's existing elements, if the service will deny you access due geographical restrictions.

Note: If a service returns errors such as "Try again later" it is advised to use a different IP address and run the program again.

Suggested VPN for each service:

  • Nordvpn/ExpressVPN (DAZN Italy/Spain/Germany/Japan)
  • Windscribe/IPVanish (Paramount+ - DAZN Canada)
  • IPVanish (Peacock)

Dependencies

Selenium webdriver, i.e.:

apt-get install chromium-driver

pip3 install selenium

pip3 install chromedriver-py

Pyshadow is now required due to the 'shadowroot' interface obfuscating some elements. This is easier than using Selenium's newly introduced 'shadow_root' attribute:

pip3 install pyshadow

Might require a stealthier version of chromedriver or seleniumwire in the future.

To do

  • Fix missing services
  • Try stealth, headers and cookies with seleniumwire, requestium

selenium_account_checkers's People

Contributors

g3th avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

selenium_account_checkers's Issues

Spotify Checker

There is a forecast for a spotify checker, proxyless or proxylist import

Help me please :(

Traceback (most recent call last):
File "/data/data/com.termux/files/home/Selenium_Account_Checkers/hbo.py", line 20, in
with open(file_directory, 'r') as hbo:
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/data/data/com.termux/files/home/Selenium_Account_Checkers/hbo'

ComboList Error

When Running The Code, And Adding A ComboList Named 'disney'. I am still getting this error:

No combo-list found in directory:
# Removing Directory Name For Time Being /:

Add one, and name it 'disney' before starting the program.

Scren

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.