ATProto.BSky (atproto v0.1.3)

app.bsky lexicon functions

Link to this section Summary

Functions

Wrapper around ATProto.create_record to create a BSky post

Who is following an actor?

Who is an actor following?

Who does the viewer mute?

An unspecced view of globally popular items.

A view of an actor's feed.

A view of the user's home timeline.

Mute an actor by did or handle.

Unmute an actor by did or handle.

Link to this section Functions

Link to this function

create_post(client, repo, record)

Wrapper around ATProto.create_record to create a BSky post

Link to this function

get_author_feed(client, actor, params \\ [])

A view of an actor's feed.

Link to this function

get_followers(client, actor, params \\ [])

Who is following an actor?

Link to this function

get_follows(client, actor, params \\ [])

Who is an actor following?

Link to this function

get_mutes(client, params \\ [])

Who does the viewer mute?

Link to this function

get_popular(client, params \\ [])

An unspecced view of globally popular items.

Link to this function

get_posts(client, uris)

A view of an actor's feed.

Link to this function

get_profile(client, actor)

Link to this function

get_timeline(client, params \\ [])

A view of the user's home timeline.

Link to this function

mute_actor(client, actor)

Mute an actor by did or handle.

Link to this function

unmute_actor(client, actor)

Unmute an actor by did or handle.