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

Add interval #48

Closed Tiebe closed 7 months ago

Tiebe commented 2 years ago

This adds an interval so you can choose if you want it to run once an hour or once a day (default: once an hour). Also uses the pause package instead of checking every 10 seconds so it is more efficient.

Closes #47