Skip to contents

Wrapper functions

Functions around individual endpoint in the Bluesky Social API

get_token()
Get authentication token for Bluesky API
refresh_token()
Refresh authentication token for Bluesky API
verify_token()
Verify authentication token validity
get_profiles()
Get profile information for Bluesky users
get_follows()
Get accounts followed by a user
get_followers()
Get followers of a Bluesky user
get_user_posts()
Retrieve posts from a Bluesky user
follow_actor()
Follow a user on Bluesky Social
unfollow_actor()
Unfollow a user on Bluesky Social
get_all_follow_records()
Get complete follow records from user repository
extract_follow_subjects()
Extract subject DIDs from follow records
find_follow_record()
Find follow record for specific actor

Network functions

Functions for creating and analyzing networks.

add_metrics()
Add network analysis metrics to user profiles
build_network()
Build complete network analysis pipeline
com_labels()
Generate labels for network communities
create_widget()
Create interactive 3D network visualization widget
expand_net()
Expand network through iterative growth
init_net()
Initialize a network from key actors
trim_net()
Clean and trim network to create cohesive community
word_freqs()
Calculate word frequencies from text data