8000 GitHub - purarue/fuji: Creates an free trial account on ForJoyTV
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 13, 2019. It is now read-only.

purarue/fuji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuji

Creates a free trial account on ForJoyTV (previously known as Fuji).

Note as ForJoy has stopped accepting free trials, this does not work anymore.

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

Selenium Instructions

For Windows, download ChromeDriver from here, and put the path on command line (escape backslashes):

python3 driver.py -c C:\\temp\\chromedriver.exe


Script for Linux

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

About

Creates an free trial account on ForJoyTV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0