Imports data from Bluesky Social.
Currently Workflows supports the following extractions:
Onesecondbefore Support can add more extractions at demand.
get_author_feed
Get author (profile) feed.
property | type | required | description |
---|---|---|---|
type | enumerator (see description) | yes | Must be get_author_feed .
|
actor | string | yes | Actor (handle or DID). |
cursor | string | no | Cursor of the last like in the previous page. |
filter | enumerator (posts_with_replies , posts_with_media , posts_no_replies , posts_and_author_threads ) | no | Filter. |
limit | integer between 1 and (including) 100 | no | Limit count of likes to return. |
task:
type: from_bluesky
extract:
type: get_author_feed
actor: 0nesecondbefore.bsky.social
limit: 100
filter: posts_with_replies
deduplicate:
type: keys
keys:
- post.cid
get_profile
Get profile.
property | type | required | description |
---|---|---|---|
type | enumerator (see description) | yes | Must be get_profile .
|
actor | string | yes | Actor (handle or DID). |
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is bluesky
|
task:
type: from_bluesky
extract:
type: get_profile
actor: 0nesecondbefore.bsky.social
deduplicate:
type: drop
item | description |
---|---|
API | AT Protocol SDK |
Pre-formatted schema | Yes. Comes with a pre-formatted and described schema. |