Update README.md

This commit is contained in:
2026-05-11 12:40:46 +02:00
parent 339dd2a4d0
commit e27d574a4e
+1 -1
View File
@@ -9,7 +9,7 @@ This is a simple Python script to automatically unfollow inactive users on Blues
1. Clone the repository: 1. Clone the repository:
```git clone https://git.dataprolet.de/dataprolet/Bluesky-Unfollow-Inactive.git``` ```git clone https://git.dataprolet.de/dataprolet/Bluesky-Unfollow-Inactive.git```
2. Install Python modules: 2. Install Python modules:
```pip install atproto python-telegram-bot``` ```python -m pip install atproto python-telegram-bot```
3. Fill in the variables 3. Fill in the variables
4. Create a Telegram bot 4. Create a Telegram bot
5. Run the script using ```--dry``` or ```--prod``` and ```--days {amount of days}``` 5. Run the script using ```--dry``` or ```--prod``` and ```--days {amount of days}```