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
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
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.
pip3 install discord_webhook pyEarnapp colorama
install.bat
start.bat
apt install -y python3-pip
pip3 install discord_webhook pyEarnapp colorama
install.sh
start.sh
1) Go to the EarnApp Dashboard
2) Login with Google
3) 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.
4) You're done :)