Note
Tested on Windows, Linux and Android
You can also install Python 3 on your OS and clone this repo. But the easiest way is to follow these steps.
-
Download the tool here
-
Exctract the directory
-
Enter into the exctracted directory
-
Edit environment file
- Fill all fields
USER=<username> MAIL=<email> PASSWORD=<password
- Save the file.
-
Execute
Faucetearner.exe
to run tool -
Stop tool by hiting
CTRL + C
You should have Python 3 on your environment
-
Clone this repo
git clone https://github.com/dijey099/auto-claim-faucetearner.git
-
Enter to the tool's directory
cd auto-claim-faucetearner
-
Install dependancies
pip install -r requirements.txt
-
Edit environment file
- Open
.env
in nano text editor
nano .env
- Edit these lines
USER=<username> MAIL=<email> PASSWORD=<password
- Close nano by clicking on
CTRL
and thenX
, hitY
for Yes to save file, keep the name.env
and hit Enter
- Open
-
Run tool
python faucetearner.py
Follow these steps if it's your first time to use the tool. Dependancies should be installed once.
-
Dowload Termux from F-Droid here (if you already installed it using PlayStore, then uninstall)
-
Install the downloaded APK file and launch it
-
Setup Termux storage
termux-setup-storage
-
Close and force exit Termux
-
Reopen Termux
-
Update and Upgrade some package
yes | pkg update -y && yes | pkg upgrade -y
-
Install pip
yes | pkg install python-pip -y
-
Install Git
pkg install git
-
Clone this repo
git clone https://github.com/dijey099/auto-claim-faucetearner.git
-
Enter to the tool's directory
cd auto-claim-faucetearner
-
Install dependancies
pip install -r requirements.txt
-
Install driver
yes | pkg install x11-repo -y yes | pkg install firefox -y yes | pkg install geckodriver -y
-
Edit environment file
- Open
.env
in nano text editor
nano .env
- Edit these lines
USER=<username> MAIL=<email> PASSWORD=<password
- Close nano by clicking on
CTRL
and thenX
, hitY
for Yes to save file, keep the name.env
and hit Enter
- Open
-
Run tool
python faucetearner.py
-
Stop tool by hiting
CTRL
and thenC
-
Open Termux
-
Enter to tool's directory
cd auto-claim-faucetearner
-
Run tool
python faucetearner.py
-
Stop tool by hiting
CTRL
and thenC