Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dregin/mastodon-to-others

Share Mastodon posts automatically to other social media services
https://github.com/dregin/mastodon-to-others

Last synced: 5 days ago
JSON representation

Share Mastodon posts automatically to other social media services

Awesome Lists containing this project

README

        

# mastodon-to-others

## Description
Script to share Mastodon posts with a specific hash tag (default is #share) to other social media.
Plugins included are for twitter and ifttt.

## Installation
Clone the repo and run `postparser.py` from cron
Update configs in config directory to reflect your settings

## Cron
```
* * * * * cd /opt/mastodon-to-others/ && /usr/bin/python /opt/mastodon-to-others/postparser.py
```