https://github.com/cablehead/bsky.nu
a tiny start on a Nushell wrapper for the bsky api
https://github.com/cablehead/bsky.nu
Last synced: 2 months ago
JSON representation
a tiny start on a Nushell wrapper for the bsky api
- Host: GitHub
- URL: https://github.com/cablehead/bsky.nu
- Owner: cablehead
- Created: 2024-11-27T16:49:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T17:01:49.000Z (6 months ago)
- Last Synced: 2025-03-25T05:05:47.297Z (2 months ago)
- Language: Nushell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```nushell
$ use bsky.nu *
$ to-at-url "https://bsky.app/profile/ndyg.ca/post/3lbw2wqfsq22s"
at://did:plc:mojc3pw3bc24ncnhbsd7ceeh/app.bsky.feed.post/3lbw2wqfsq22s$ get-post-thread (to-at-url "https://bsky.app/profile/ndyg.ca/post/3lbw2wqfsq22s") | get replies | each { get post.record.text }
───┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
0 │ experimenting with:
│
│ ```
│ http get "https://public.api.bsky.app/xrpc/app.bsky.feed.getPostThread?uri=at://did:plc:mojc3pw3bc24ncnhbsd7ceeh/app.bsky.feed.post/3lbw2wqfsq22s"
│ ```
───┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
```