Add embed to post
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-02-07 08:51:12 -06:00
parent 315940dfff
commit d66bd0dda9
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Should be compatible with Mastodon, Misskey and Pleroma!
`git clone https://git.freecumextremist.com/NotSam/fediverse-imagebot.git`
4. Install dependencies: \
`yarn`
`yarn --production`
5. Build: \
`yarn build`
@ -44,7 +44,9 @@ Example cron configuration:
```
This example will run the bot every hour on the hour with the post message `Message` using images from the default `images` directory.
An example of this configuration can be found at https://froth.zone/rinbot.
An example of this pleroma configuration can be found at https://froth.zone/rinbot.
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="400" height="400" src="https://fedifeed.com/api/v1/feed?user=rinbot&instance=https%3A%2F%2Ffroth.zone&instance_type=&theme=pleroma&size=100&header=true&replies=false&boosts=false"></iframe>
## Additional information
Additional help can be found by running `yarn local -h` or `yarn token -h`.