Post to a Mastodon API-compatible server with a forum-style signature!
Go to file
Izalia Mae ea03a14647 oops
2019-09-17 03:41:53 -04:00
.gitignore first version 2019-09-17 03:41:18 -04:00
fedisig.py oops 2019-09-17 03:41:53 -04:00
LICENSE Initial commit 2019-09-17 03:25:55 -04:00
README.md first version 2019-09-17 03:41:18 -04:00
requirements.txt first version 2019-09-17 03:41:18 -04:00

Fedisig

Crude app to post to a Mastodon API-compatible server with a forum-style signature!

Installation

python3 -m pip install -r requirements.txt

Then run ./fedisig.py once without any options to login. Then edit the config to add your own sig. If your instance supports markdown, but not horizontal rules, set rich_text to yes. The config will be located here:

  • Linux: ~/.config/fedisig.ini
  • Windows: %LocalAppData%\fedisig.ini

You can change the config dir with CONFDIR

Usage

./fedisig.py --privacy [privacy level] --cw "[some cw text]" "some gay shit"

If the cw or post text have spaces in them, they have to be surrounded by quotes

Privacy levels

  • public
  • unlisted
  • private
  • direct