1
0
Fork 0
fediverse-bots/maid-bot
NaiJi ✨ 8a43fd1050 Init 2024-04-09 00:38:52 +04:00
..
.gitignore Init 2024-04-09 00:38:52 +04:00
README.md Init 2024-04-09 00:38:52 +04:00
post.sh Init 2024-04-09 00:38:52 +04:00

README.md

maid-bot

Another bot for posting arts to your fediverse timeline.

Initial setup

  • Create sources.dat file and fill them with URLs where
source_url_to_wget hyperlink_url_to_put_in_post_description
source_url_to_wget hyperlink_url_to_put_in_post_description
source_url_to_wget hyperlink_url_to_put_in_post_description
source_url_to_wget hyperlink_url_to_put_in_post_description

 . . . . . . . . . . etc
  • Fill token.dat with bot's auth token.
  • Edit post-local.sh and write custom text. in "status" field of POST json.
  • Now put it to crontab!

The bot will take random pair of URLs from the file, download the image itself by the first url and post it to fedi, attaching the second url as description.