chitose.app.bsky.unspecced package#
Submodules#
chitose.app.bsky.unspecced.apply_labels module#
chitose.app.bsky.unspecced.get_popular module#
chitose.app.bsky.unspecced.get_popular_feed_generators module#
chitose.app.bsky.unspecced.get_timeline_skeleton module#
Module contents#
- class chitose.app.bsky.unspecced.Unspecced_(call: Callable[[str, list[tuple[str, str | None | int | list[str]]], bytes | dict | None, dict[str, str]], bytes], subscribe: Callable[[str, list[tuple[str, str | None | int | list[str]]], Callable[[str | bytes], None]], None])#
Bases:
objectWe recommend calling methods in this class via the chitose.BskyAgent class instead of creating instances of this class directly.
- get_popular(include_nsfw: bool | None = None, limit: int | None = None, cursor: str | None = None) bytes#
An unspecced view of globally popular items
- get_popular_feed_generators(limit: int | None = None, cursor: str | None = None, query: str | None = None) bytes#
An unspecced view of globally popular feed generators
- get_timeline_skeleton(limit: int | None = None, cursor: str | None = None) bytes#
A skeleton of a timeline - UNSPECCED & WILL GO AWAY SOON