Update README.md

This commit is contained in:
Santiago Lema 2025-05-21 01:12:58 +00:00
parent e1995ab1b0
commit 5cdc25ad9c

View file

@ -43,8 +43,13 @@ Save it as:
```
composer require google/apiclient:^2.0
```
## 5. Run command to create fedilist and get a token
```
./create_fedilist.php
```
## 5. Add the command to your cron to fetch the links regularly
## 6. Add the command to your cron to fetch the links regularly
```
*/5 * * * * /home/snac/fedi_slurp/fedi_slurp.php > /home/snac/logs/fedi_slurp.log 2>&1
```