forked from floatingghost/fedibash
Command-line utility to set up bots on fediverse software via OAuth.
.gitignore | ||
groundhog | ||
login | ||
logo | ||
post | ||
README.md |
Groundhog
____ _ _
// // ,___ ___ _ _ ,___ ___// //_ ___ ___
// __ // // // // // // // // // // // // // // // //
//__// // //__// //__// // // //__// // // //__// //__//
=======================================================___//==
And let others repeat the same tasks for you!
Groundhog is a fork of Fedibash which allows you to automate the process of setting up image posting bots over OAuth.
Requirements
jq
is required.
For Debian-based systems:
sudo apt update && sudo apt install -y jq
For Fedora:
sudo dnf install -y jq
Usage
./groundhog
Post usage:
./post [options] message
options:
-r/--reply post_id :: Reply to a specific post
-i/--image path_to_image :: attach an image
-v/--visibility public|unlisted|private|direct :: set visibility
you can use -i
multiple times to upload multiple images, if you want to do that.