Yariya / EarnApp-Earning-Monitor

Watches your earnings on EarnApp and notifies you when you earned balance or received an payout.
MIT License
18 stars 12 forks source link

EarnApp-Earning-Monitor

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 :)

rsz_pycharm64_iunja2sz3v rsz_1discord_b6nzsvxaid Discord_NSorrCkHs2

NOTE: This is not a trojan! This is completely open source and you can check the source for yourself. Nothing is obfuscated.

Installation

Docker

Compose

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.

Non Compose

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

Windows

image

Windows Installation From Source

Linux Installation

How to get Google Auth

1) Go to the EarnApp Dashboard 2) Login with Google 3) Open Developer tools with CTR+SHIFT+I

Remember

Credits