Skip to content

Instantly share code, notes, and snippets.

@ntfargo
ntfargo / unfollow.js
Last active February 4, 2025 19:24
BlueSky | Unfollow All
/*
You need create .env file with the following variables:
BSKYHANDLE=yourhandle
BSKYPASS=yourpass
*/
const {
BskyAgent
} = require('@atproto/api');
require('dotenv').config();