Skip to content

Commit 0f7842a

Browse files
author
Amram Englander
committed
Update README: new tagline, structured disclaimer
1 parent a14e341 commit 0f7842a

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
# riseup-cli
66

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.
108

119
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1210
[![npm](https://img.shields.io/npm/v/riseup-cli?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/riseup-cli)
@@ -24,8 +22,16 @@ Query your spending, income, balances, and more — straight from the terminal.
2422

2523
---
2624

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.
2935
3036
## Features
3137

@@ -196,11 +202,6 @@ npm run build
196202
npm run dev -- spending # Run in dev mode
197203
```
198204

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.
203-
204205
## License
205206

206207
[MIT](LICENSE)

0 commit comments

Comments
 (0)