Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dregin/mastodon-to-others
- Owner: dregin
- Created: 2017-06-10T17:18:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T20:55:31.000Z (over 6 years ago)
- Last Synced: 2024-08-02T12:47:23.717Z (3 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - dregin/mastodon-to-others - Share Mastodon posts automatically to other social media services (others)
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
```