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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@
4
4
5
5
# riseup-cli
6
6
7
-
**Unofficial CLI for [RiseUp](https://www.riseup.co.il) personal finance**
8
-
9
-
Query your spending, income, balances, and more — straight from the terminal.
7
+
**Unofficial CLI and agentic skill for [RiseUp](https://www.riseup.co.il) personal finance.** Full programmatic access to your financial data — including features the web app buries — via the terminal and AI agents like Claude Code, Claude Desktop, Codex, and OpenClaw.
@@ -24,8 +22,16 @@ Query your spending, income, balances, and more — straight from the terminal.
24
22
25
23
---
26
24
27
-
> [!NOTE]
28
-
> RiseUp is an Israeli personal finance app with no public API. This CLI was built by reverse-engineering the internal API that powers the RiseUp web app, so you can access your own financial data programmatically — from the terminal or through AI agents like Claude Code. All requests go directly from your machine to RiseUp's servers using your own session cookies. Nothing is proxied, stored, or sent anywhere else.
25
+
RiseUp is an Israeli personal finance app with no public API. This CLI was built by reverse-engineering the internal API that powers the RiseUp web app, so you can access your own financial data programmatically — from the terminal or through AI agents like Claude Code. All requests go directly from your machine to RiseUp's servers using your own session cookies. Nothing is proxied, stored, or sent anywhere else.
26
+
27
+
> [!WARNING]
28
+
> **Unofficial Library – Use at Your Own Risk**
29
+
>
30
+
> This tool uses **undocumented RiseUp APIs** that can change without notice.
31
+
>
32
+
> -**Not affiliated with RiseUp** – This is a community project
33
+
> -**APIs may break** – RiseUp can change internal endpoints anytime
34
+
> -**Your data stays local** – All requests go directly from your machine to RiseUp's servers using your own session cookies. Nothing is proxied, stored, or sent anywhere else.
29
35
30
36
## Features
31
37
@@ -196,11 +202,6 @@ npm run build
196
202
npm run dev -- spending # Run in dev mode
197
203
```
198
204
199
-
## Disclaimer
200
-
201
-
> [!WARNING]
202
-
> This is an unofficial tool and is not affiliated with or endorsed by RiseUp. Use at your own risk. The internal API may change at any time.
0 commit comments