Creates a free trial account on ForJoyTV (previously known as Fuji).
short_alpha_words.txt
is an edited version of dwyl/english-words/words_alpha, only containing words under 10 characters long.
usage: driver.py [-h] [-H] [-o] [-c CHROMEDRIVER_PATH]
Creates an account on ForJoyTV.
optional arguments:
-h, --help show this help message and exit
-H, --hidden Hide the ChromeDriver.
-o, --open-logon Open the login page.
-c CHROMEDRIVER_PATH, --chromedriver-path CHROMEDRIVER_PATH
Provides the location of ChromeDriver. Should probably
be the full path.
An example execution, that hides selenium and opens the login page after completion:
python3 driver.py -oHc /usr/local/bin/chromedriver
Output:
Registered Successfully.
UngyveLugVentersPelotaGogos518@mailinator.com
835WTdOkbGQL1cm5F
For Windows, download ChromeDriver from here, and put the path on command line (escape backslashes):
python3 driver.py -c C:\\temp\\chromedriver.exe
ChromeDriver location should be /usr/local/bin/chromedriver
if installed with that script, but may be /usr/lib/chromium-browser/chromedriver
otherwise.
Mac with brew:
brew install chromedriver
Located at /usr/local/bin/chromedriver