mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 23:08:17 +01:00
Toot è uno strumento CLI (interfaccia Linea di Comando) per interagire con le istanze di Mastodon da riga di comando.
Toot include un'interfaccia utente da terminaleTUI (Terminal User Interface).
toot | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
Makefile | ||
README.rst | ||
setup.cfg | ||
setup.py |
==== Toot ==== Post to Mastodon social networks from the command line. Installation ------------ Install using pip: .. code-block:: pip install toot Usage ----- Currently implements only posting a new status: .. code-block:: toot post "Hello world!" On first use, will ask you to choose a Mastodon instance and log in.