You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,20 @@
1
1
# Telegram Balance Monitoring Bot
2
2
3
-
A robust asynchronous Telegram bot designed to monitor financial balances across various API services (Zadarma, DIDWW) and manual subscription services (Wazzup, Streamtele, Callii).
3
+
A robust asynchronous Telegram bot designed to monitor financial balances across various API services (**Zadarma**, **DIDWW**, **Make**) and manual subscription services (**Wazzup**, **Streamtele**, **Callii**).
4
4
5
-
The bot runs background scheduled tasks to check for low balances and notifies a specific administrative chat.
5
+
The bot runs background scheduled tasks to check for low balances, calculates credit "runway" (burn rate), and notifies a specific administrative chat.
6
6
7
7
## Features
8
8
9
-
***API Integration**: Real-time balance checking for Zadarma and DIDWW.
9
+
***API Integration**:
10
+
***Zadarma & DIDWW**: Real-time balance checking.
11
+
***Make (Integromat)**: Monitoring of "Operations" credits, automatic subscription date synchronization, and advanced "Burn Rate" calculation (predicts if credits will run out before the monthly reset).
10
12
***Manual Tracking**: State management for services without APIs (Wazzup, Callii) via FSM (Finite State Machine).
11
13
***Recurring Payments**: Automatic tracking of monthly subscriptions and daily usage costs.
12
-
***Alerts**:
14
+
***Smart Alerts**:
13
15
* Low balance notifications.
14
-
* Monthly payment reminders.
16
+
* Monthly payment reminders (1 day in advance).
17
+
* "Friday Look-ahead": Checks if funds will last through the weekend.
15
18
* Daily top-up reminders for high-consumption services.
16
19
***Security**: Restricted access to a specific target chat ID.
17
20
@@ -26,7 +29,7 @@ The bot runs background scheduled tasks to check for low balances and notifies a
0 commit comments