Welcome to Mobilarian Forum - Official Symbianize forum.

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

[PYTHON3]SINGLE THREADED SPOTIFY ACCOUNT CHECKER

host 6.1K

host

/dev/null
Staff member
Chief Executive Officer
Joined
Jun 22, 2014
Messages
3,269
Solutions
1
Reaction score
65,421
Points
113
Website
katz.to
grants
₲32,153
11 years of service
ABOUT:
Just made an easy single threaded checker for Spotify.
Great example when you want to start making a big checker.
At the moment its running single threaded so that means that it does every account in your list one by one.
Which also means that it runs one chrome in headless mode at a time.
So overall its not the fastest.
I will be updating this checker often and will be making it multi threaded.
If anyone has suggestion you can always hit me up or post in this thread 
This checker is made for Linux but can be switched to Windows really easily just by changing the Path’s needed for your google chrome and file.
 
INSTALLATION:
It runs in python3 and with headless chrome
You have to install all the dependencies tho:



[size=small]pip3 install selenium[/size]
[size=small]pip3 install chromedriver[/size]
[size=small]pip3 install ipython[/size]


[size=small][size=small]Download 
Please, Log in or Register to view URLs content!
 77.0 for your platform and add it to /usr/bin/
[/size]
[/size]
Also install google-chrome unstable version if unstable doesn’t work try stable and change it to stable in the code.

[/code]



If I forgot dependencies please let me know when installing 
[size=small][size=small]If you have errors post below.
[/size]
[/size]



[size=small] [/size]
 
Top Bottom