Create embeded link if no media

This commit is contained in:
Elizabeth Cray
2025-02-06 22:20:03 -05:00
parent adb08cbdf3
commit 17f06d4a60
2 changed files with 17 additions and 7 deletions
+4
View File
@@ -12,3 +12,7 @@ Don't forget to install dependencies with `npm i` and adjust the config by copyi
Get the mastodon credentials from going to user preferences > development > and creating a new application.
For bluesky credentials you have to make a new app password under settings > privacy and security > app passwords.
This should ideally be run from a cron job (specifically `run.sh`), but can be run with just `node index.js`.
## ToDo List
* Cleanup code