1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00
Go to file
2017-04-12 17:03:04 +02:00
toot Add missing slash to relative urls 2017-04-12 17:03:04 +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 Add missing dependancy 2017-04-12 17:02:27 +02:00
toot.py Initial commit 2017-04-12 16:43:30 +02:00

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