f5a9c661ea26989a073967e33ec6e5f5cd46779e
Bluesky Unfollower
Based on this script.
This is a simple Python script to automatically unfollow inactive users on Bluesky and get a notification about it in a Telegram channel.
Getting started
- Clone the repository:
git clone https://git.dataprolet.de/dataprolet/Bluesky-Unfollow-Inactive.git - Install Python modules:
pip install atproto python-telegram-bot - Fill in the variables
- Create a Telegram bot
- Run the script using
--dryor--prodand--days {amount of days}
Variables
handle: Your Bluesky handle like user.bsky.social
password: Your Bluesky app password
BOT_TOKEN: Your Telegram bot BOT_TOKEN
CHAT_ID: Your Telegram bot's chat ID
The chat ID can be retrieved by opening https://api.telegram.org/bot{BOT_TOKEN}/getUpdates in a browser, send a message to the bot and get chat.id from the returning JSON.
Description
Languages
Python
100%