feat: integrate TradeSnap to fetch and append multi-timeframe screenshots to Notion page

This commit is contained in:
0xcathiefish
2026-06-01 05:56:41 +00:00
parent f54ba537a9
commit 777ca2d62a
9 changed files with 271 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@ dotenvy = "0.15.7"
hyperliquid_rust_sdk = { git = "https://github.com/hyperliquid-dex/hyperliquid-rust-sdk.git" }
notion-client = { git = "https://github.com/takassh/notion-client.git" }
reqwest = "0.13.4"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.150"
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["full"] }