interacting with bluesky

Bluesky

Bluesky is a Twitter/X clone that is attracting an increasing migration of teachers from X. While the Bluesky app allows for a straightforward interaction, users can also use the Bluesky API to programmatically automate tasks, such as searching profile descriptions for keywords and adding the resulting users to a list.

The Bluesky API can be accessed in multiple ways, but doing so through Apps Script requires zero set-up or software, making it the quickest and simplest way to make a start.

This is also a good vehicle to illustrate how to use the Google Apps Script UrlFetchApp class, which is used to make API requests to applications/resources on the web. API requests to Google are handled by the built-in Google services (and optional advanced services), but UrlFetchApp handles requests to other websites.