Tootapari

A plugin to send Mastodon toots from napari

  • Kyle Harrington

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:

  • 2023-07-03

First released:

  • 2023-07-03

License:

  • BSD-3-Clause

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • python-dotenv
  • Mastodon.py
  • tox ; extra == 'testing'
  • pytest ; extra == 'testing'
  • pytest-cov ; extra == 'testing'
Website by the napari team, original design by CZI. Go to napari main website.