Tootapari

tootapari

A plugin to send Mastodon toots from napari

License BSD-3 PyPI Python Version tests codecov napari hub

A plugin to send Mastodon toots from napari


Installation

You can install tootapari via pip:

pip install tootapari

To install latest development version :

pip install git+https://github.com/kephale/tootapari.git

Setup

  1. Setup your .env file in your XDG config directory. On MacOS this is /Users/<username>/Library/Application\ Support/tootapari/

It should include:

MASTODON_INSTANCE_URL="https://mastodon.social"
MASTODON_ACCESS_TOKEN="<your access token>"
  1. You can generate your access token by following these instructions: https://learn.adafruit.com/intro-to-mastodon-api-circuitpython/generate-your-mastodon-token

TODO: someone should port these instructions to this readme.

  1. Start tooting!

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "tootapari" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Version:

  • 0.0.1

Last updated:

  • 03 July 2023

First released:

  • 03 July 2023

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 0
  • Forks: 0
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • numpy
  • python-dotenv
  • Mastodon.py

Sign up to receive updates