EarnApp-Earning-Monitor
Watches your earnings on EarnApp and notifies you when you earned balance or received an payout.
Installation
- Install Python3
- Download this repo.
- Unzip and put in directory
- Install Dependencys
pip3 install requests
pip3 install discord_webhook
- Open
config.py
AUTH = '' # Google Auth Cookie Delay = 300 # Interval to check balance in seconds WebhookURL = '' # Discord Webhook URL
- Run
python3 main.py
How to get Google Auth
-
Go to the EarnApp Dashboard
-
Login with Google
-
Open Developer tools with
CTR+SHIFT+I
- Goto Network TAB
- Refresh Page
- After you refreshed the Page you will see something like this
- Click where the Name equals
https://earnapp.com/dashboard/api/money?appid=earnapp_dashboard
- Scroll down a bit until you see
cookies
- Copy the AUTH after
oauth-refresh-token=
-
Your done :)
Remember
- This does not use an official API from earnapp so bugs may occur