Atualizar Readme.md

This commit is contained in:
Pablo César Galdo Regueiro 2024-10-28 20:08:44 +01:00
parent 800f4783ee
commit c72b08f661

View file

@ -45,7 +45,7 @@ To set up the bot with your Mastodon account, follow these steps:
access_token='YOUR_API_TOKEN', access_token='YOUR_API_TOKEN',
api_base_url='https://YOUR_MASTODON_INSTANCE' api_base_url='https://YOUR_MASTODON_INSTANCE'
) )
3. **Configure the script**: Replace the words that identify your account and you are looking for: 3. **Configure the Script**: Replace the words that identify your account and you are looking for:
```python ```python
# Check if it contains fragments of your posts # Check if it contains fragments of your posts
if 'nickname' in text_in_image or 'Name' in text_in_image: if 'nickname' in text_in_image or 'Name' in text_in_image: