From e27d574a4eb555fe5d431da3ce82492634cb4cd2 Mon Sep 17 00:00:00 2001 From: dataprolet <1+dataprolet@noreply.localhost> Date: Mon, 11 May 2026 12:40:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 773969a..e08703e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a simple Python script to automatically unfollow inactive users on Blues 1. Clone the repository: ```git clone https://git.dataprolet.de/dataprolet/Bluesky-Unfollow-Inactive.git``` 2. Install Python modules: - ```pip install atproto python-telegram-bot``` + ```python -m pip install atproto python-telegram-bot``` 3. Fill in the variables 4. Create a Telegram bot 5. Run the script using ```--dry``` or ```--prod``` and ```--days {amount of days}```