mirror of https://dicksdeathabove.xyz/~mia/botsh
|
||
---|---|---|
acc | ||
posh@8da9afcd03 | ||
.gitmodules | ||
LICENSE | ||
README |
README
--- botsh -- A full feldged image bot service ---- Multi account ---- Anti repost ---- Requires ONLY sh & curl ---- Hand made fedi client ------ Currently uses mastodon api ------ May use activitypub server -> client in future --- Usage -- Please account file in ./acc ---- 1 per account -- example account file: SERVICE="safebooru" # service to post from (booru34sh) # use CUSTOM for non booru34sh image bot CFILE="" # set to use custom script CPATH="" # set to use custom path to post images from TAGS="femboy" # tags to use with above service AUTHFILE="./authkeys" # authkey file for posting NSFW=true # tag media as NSFW # defaults to false VIS=unlisted # post visibility # defaults to public --- Auth -- use https://dicksdeathabove.xyz/~mia/fauth to generate ${AUTHFILE}s ---