App-bsky
view release on metacpan or search on metacpan
Show current session.
### Options
```
--json boolean flag; content is printed as JSON objects if given
```
## chat
```
bsky chat
```
Lists recent conversations and the last few messages in each.
## dm
```python
bsky dm --handle user.bsky.social --text "Hello from the CLI!"
```
Sends a direct message to a user.
### Options
```
--handle handle user handle or DID
-H handle alternative to --handle
--text message message content
-m message alternative to --text
```
## timeline
```
bsky timeline
bsky timeline --json
# shorthand:
bsky tl
```
Display posts from timeline.
### Options
```
--json boolean flag; content is printed as JSON objects if given
```
## stream
```
bsky stream
```
Stream posts from the firehose. Note that this requires [Mojo::UserAgent](https://metacpan.org/pod/Mojo%3A%3AUserAgent) to be installed.
## thread
```
thread at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.post/3kjyoh75qne2w
```
Show a thread.
### Options
```
--json boolean flag; content is printed as JSON objects if given
-n value number of items
```
## post
```
post "This is a test"
```
Create a new post.
## like
```
bsky like at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.post/3kjyoh75qne2w
```
Like a post.
## unlike
```
bsky unlike at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.post/3kjyoh75qne2w
bsky unlike at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.like/3kjyml72tqu2y
```
Unlike a post. Either the direct feed URI or the like URI printed by `bsky like ...`.
## likes
```
bsky likes at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.post/3kjyoh75qne2w
```
Show likes on a post.
### Options
```
--json boolean flag; content is printed as JSON objects if given
```
## repost
```
bsky repost at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.post/3kjyoh75qne2w
```
Repost the post.
## reposts
```
bsky reposts at://did:plc:pwqewimhd3rxc4hg6ztwrcyj/app.bsky.feed.post/3kjyoh75qne2w
( run in 0.689 second using v1.01-cache-2.11-cpan-39bf76dae61 )