A full feldged bot service in ONLY sh and curl
Go to file
Mia T. Rain 5d0a5f59b0
wip
2022-07-11 18:05:18 -04:00
acc wip 2022-07-11 18:05:18 -04:00
posh@8da9afcd03 wip 2022-07-11 18:05:18 -04:00
.gitmodules wip 2022-07-11 18:05:18 -04:00
LICENSE wip 2022-07-11 18:05:18 -04:00
README wip 2022-07-11 18:05:18 -04:00

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
---