Command-line utility to set up bots on fediverse software via OAuth.
Find a file
Hannah Winter eb1224f2d3 edit logo
2022-10-20 01:55:04 +02:00
.gitignore add gitignore 2019-10-04 16:45:35 +01:00
groundhog botched the config screen v hard 2022-10-20 01:52:16 +02:00
login increase curse 2019-10-04 14:24:16 +01:00
logo edit logo 2022-10-20 01:55:04 +02:00
post add replies with tags 2019-10-23 17:15:45 +01:00
README.md edit logo 2022-10-20 01:55:04 +02:00

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.