Toot is a CLI and TUI tool for interacting with Mastodon instances from the command line.
 
 
 
Go to file
Ivan Habunek a2386b105f
Bump version
2017-04-12 17:13:37 +02:00
toot Fixes for py3 2017-04-12 17:12:47 +02:00
.gitignore Initial commit 2017-04-12 16:43:30 +02:00
Makefile Initial commit 2017-04-12 16:43:30 +02:00
README.rst Initial commit 2017-04-12 16:43:30 +02:00
setup.cfg Initial commit 2017-04-12 16:43:30 +02:00
setup.py Bump version 2017-04-12 17:13:37 +02:00

README.rst

====
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.