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

https://github.com/compufox/twitposter

a little mastodon -> twitter crossposter
https://github.com/compufox/twitposter

Last synced: 11 months ago
JSON representation

a little mastodon -> twitter crossposter

Awesome Lists containing this project

README

          

# A Mastodon to Twitter crossposter

## Features

- automatically adds content warnings from mastodon posts
- creates a twitter thread when it detects a mastodon thread
- splits up long post from mastodon into a twitter thread
- optional filter to selectively crosspost
- specify lowest level of privacy to crosspost (see config.yml.example for more detail)
- mirrors posted media from mastodon to twitter

## Quickstart

Install dependencies

`$ bundle install`

Copy the example config and edit it to have your tokens for Twitter and Mastodon

`$ cp config.yml.example config.yml`

Run the executable!

`$ bin/crosspost`