Metadata-Version: 2.1
Name: yarfox
Version: 1.0.4
Summary: Cross-post from Mastodon to twitter
Home-page: https://github.com/dmerejkowsky/yarfox
Author: Dimitri Merejkowsky
Author-email: d.merej@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: lxml
Requires-Dist: mastodon.py
Requires-Dist: oauth2
Requires-Dist: path.py
Requires-Dist: python-cli-ui
Requires-Dist: pyxdg
Requires-Dist: ruamel.yaml
Requires-Dist: twitter

yarfox: Cross post from Mastodon to twitter
===========================================

Install
-------

Get ``Python3`` and insall ``yarfox`` with ``pip``.

Usage
-----

First, run ``yarfox setup`` and follow the instructions. This only needs to be done once.

Then:

* Run ``yarfox fetch`` to fetch your latest toots
* Run ``yarfox publish`` to cross post those toots to twitter

``yarfox publish`` will present every toot in order, asking you wether you want to  publish, skip, or edit them.

You can also run ``yarfox publish`` with the ``--batch`` option to automate the process (for instance in a ``cron`` job  or a ``systemd`` timers).

Enjoy!

Notes
-----

All the data fetched from Mastodon will be stored as plain JSON files inside ``~/.local/share/yarfox``, so you can
also use ``yarfox`` as some sort of backup.


