← 返回
效率工具 中文

Revolut

Revolut web automation via Playwright: login/logout, list accounts, and fetch transactions.
通过 Playwright 实现 Revolut 网页自动化:登录/登出、列出账户及获取交易记录。
odrobnik
效率工具 clawhub v1.3.2 2 版本 100000 Key: 无需
★ 2
Stars
📥 1,629
下载
💾 34
安装
2
版本
#latest

概述

Revolut Banking Automation

Fetch current account balances, investment portfolio holdings, and transactions for all wallet currencies and depots in JSON format. Uses Playwright to automate Revolut web banking.

Entry point: {baseDir}/scripts/revolut.py

Setup

See SETUP.md for prerequisites and setup instructions.

Commands

python3 {baseDir}/scripts/revolut.py --user oliver login
python3 {baseDir}/scripts/revolut.py --user oliver accounts
python3 {baseDir}/scripts/revolut.py --user oliver transactions --from YYYY-MM-DD --until YYYY-MM-DD
python3 {baseDir}/scripts/revolut.py --user sylvia portfolio
python3 {baseDir}/scripts/revolut.py --user oliver invest-transactions --from YYYY-MM-DD --until YYYY-MM-DD

Recommended Flow

login → accounts → transactions → portfolio → logout

Always call logout after completing all operations to delete the stored browser session.

Notes

  • Per-user state stored in {workspace}/revolut/ (deleted by logout).
  • Output paths (--out) are sandboxed to workspace or /tmp.
  • No .env file loading — credentials in config.json only.

版本历史

共 2 个版本

  • v1.3.2 当前
    2026-03-28 23:38 安全 安全
  • v1.3.1
    2026-03-07 11:48

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Codex Quota

odrobnik
通过读取 ~/.codex/sessions/ 的本地会话日志,检查 OpenAI Codex CLI 的速率限制状态(日/周配额)。便携式 Python 脚本。
★ 3 📥 6,656
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,106
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 147,175