Update README.md
This commit is contained in:
@@ -15,9 +15,9 @@ This is a simple Python script to automatically unfollow inactive users on Blues
|
|||||||
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}```
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
```handle```: Your Bluesky handle like _user.bsky.social_
|
```handle```: Your Bluesky handle like _user.bsky.social_
|
||||||
```password```: Your [Bluesky app password](https://bsky.app/settings/app-passwords)
|
```password```: Your [Bluesky app password](https://bsky.app/settings/app-passwords)
|
||||||
```BOT_TOKEN```: Your Telegram bot BOT_TOKEN
|
```BOT_TOKEN```: Your Telegram bot BOT_TOKEN
|
||||||
```CHAT_ID```: Your Telegram bot's chat ID
|
```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.
|
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.
|
||||||
Reference in New Issue
Block a user