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).
Go to file
Ivan Habunek 4e74212203
Add dev reqirements file
2017-04-13 13:16:41 +02:00
toot Add a simple timeline command 2017-04-13 13:16:28 +02:00
.gitignore Initial commit 2017-04-12 16:43:30 +02:00
CHANGELOG.md Bump version 2017-04-13 10:05:45 +02:00
LICENSE Add license 2017-04-12 17:16:08 +02:00
Makefile Initial commit 2017-04-12 16:43:30 +02:00
README.rst Update readme, add shields 2017-04-12 17:23:50 +02:00
requirements-dev.txt Add dev reqirements file 2017-04-13 13:16:41 +02:00
setup.cfg Initial commit 2017-04-12 16:43:30 +02:00
setup.py Add a simple timeline command 2017-04-13 13:16:28 +02:00

README.rst

=============================
Toot - Mastodon CLI interface
=============================

Interact with Mastodon social networks from the command line.

.. image:: https://img.shields.io/badge/author-%40ihabunek-blue.svg?maxAge=3600&style=flat-square
   :target: https://mastodon.social/@ihabunek
.. image:: https://img.shields.io/github/license/ihabunek/pdf417-py.svg?maxAge=3600&style=flat-square
   :target: https://opensource.org/licenses/MIT
.. image:: https://img.shields.io/pypi/v/toot.svg?maxAge=3600&style=flat-square
   :target: https://pypi.python.org/pypi/toot


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, you will be asked to choose a Mastodon instance and log in.

The app and user tokens are saved in two files in your home directory:

* ``~/.config/toot/app.cfg``
* ``~/.config/toot/user.cfg``

To logout, delete these files.