From 4e0e484456be25b24499cb13d58228149ae69c9b Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Thu, 6 Jan 2022 08:23:23 -0600 Subject: [PATCH] README: Add example bot Signed-off-by: Sam Therapy --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8136a07..e3fdf06 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Should be compatible with Mastodon, Misskey and Pleroma! 8. Run the bot: \ `yarn local` -You're done! The bot should post an image to the fediverse instance of your choosing! +You're done! The bot should post a local image to the fediverse instance of your choosing! ## Automating the bot *TODO: Elaborate more* @@ -43,6 +43,8 @@ Example cron configuration: 0 * * * * cd /path/to/fediverse-imagebot && yarn local -m "Message" ``` This example will run the bot every hour on the hour with the post message `Message`. + +An example of this configuration can be found at https://froth.zone/rinbot. ## Additional information Additional help can be found by running `yarn local -h` or `yarn token -h`.