Watches your earnings on EarnApp and notifies you when you earned balance or received an payout.
Containerised by https://github.com/fazalfarhan01
For features check out releases :)
NOTE: This is not a trojan! This is completely open source and you can check the source for yourself. Nothing is obfuscated.
version: "3.3"
services:
app:
image: fazalfarhan01/earnapp-earning-monitor
restart: always
environment:
AUTH: YOUR_AUTH_COOKIE_HERE
WEBHOOK_URL: YOUR_WEBHOOK_URL_HERE
AUTOMATIC_REDEEM: 0 # 0 to turn off auto redeem, 1 to turn it on.
docker run -d --restart always --name earnapp-monitor \
-e AUTH=YOUR_AUTH_COOKIE_HERE \
-e WEBHOOK_URL=YOUR_WEBHOOK_URL_HERE \
-e AUTOMATIC_REDEEM=0
fazalfarhan01/earnapp-earning-monitor:python-latest
- Example
docker run -d --restart always --name earnapp-monitor
-e AUTH=1%2%adfbg-afvbfab-asfdbadbf -e WEBHOOK_URL=https://discord.com/api/webhooks/akjsdvasdvjafvb -e DELAY=2 -e AUTOMATIC_REDEEM=0 fazalfarhan01/earnapp-earning-monitor:python-latest
- Download the executable file from releases
- Double click and run. (
Windows Defender might detect it as a trojan. Nothing to worry, it's a false positive. You will have to allow it from windows defender's protection history.
)
Check out this video.
- Install Python3
- Download or clone this repo.
- Unzip and put in directory
- Install Dependencies
pip3 install discord_webhook pyEarnapp colorama
- On Windows, run
install.bat
- Run
start.bat
- Install Python3
- Install python3-pip
apt install -y python3-pip
- Download or clone this repo.
- Unzip and put in directory
- Install Dependencies
pip3 install discord_webhook pyEarnapp colorama
- On Linux, run
install.sh
- Run
start.sh
-
Go to the EarnApp Dashboard
-
Login with Google
-
Open Developer tools with
CTR+SHIFT+I
- Go to Application TAB
- Go to
Storage
>Cookies
>https://earnapp.com
- Click on
oauth-refresh-token
- Copy the entire thing as is.
-
You're done :)
- This does not use an official API from EarnApp so bugs may occur.
- EarnApp
- Thanks to fazalfarhan01 for completely reworking this project :)
- 2.2.0.3