added dependencies in readme

This commit is contained in:
Massimo Scagliola 2024-04-29 15:59:11 +02:00
parent 4ca1617ffe
commit 3cf5d4e104
1 changed files with 7 additions and 3 deletions

View File

@ -4,14 +4,18 @@
Simple script to get the latest post link from a RSS feed (usually, the second occurence of the `<title>` tag).
It provides a quick way to copy/paste the title and URL for social media.
It provides a quick way to copy/paste the title and URL for social media. It can be useful to run after deploying a static website.
If [toot](https://toot.bezdomni.net/) is installed, it can post the output as a status. A prompt will ask it.
If [toot](https://toot.bezdomni.net/) is installed, it can post the output as a status. A prompt will ask for it.
This is mainly for personal use. *CTRL-C/CTRL-V FTW!*
If I had to choose a license, it would be [MIT](LICENSE.md).
## Dependencies
- `wget`
## TO DO
- [x] Multiple arguments with getopts
@ -19,4 +23,4 @@ If I had to choose a license, it would be [MIT](LICENSE.md).
- [x] Post with Toot
- [x] Toot Visibility
- ...?
- Custom template for post
- [] Custom template for post