Skip to content

kephale/tootapari

Repository files navigation

tootapari

License BSD-3 PyPI Python Version tests codecov napari hub

A plugin to send Mastodon toots from napari

A screenshot of posting a toot with tootapari from napari showing the coffee cup demo image with some colormaps applied.


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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages