ariel_get_follows
List the accounts a Bluesky user follows by providing their handle or DID. Use cursor and limit to paginate through follow lists for analysis or engagement.
Instructions
Get users that a user follows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID of the user | |
| limit | No | Number of follows to return (1-100) | |
| cursor | No | Pagination cursor |