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
- Host: GitHub
- URL: https://github.com/compufox/twitposter
- Owner: compufox
- Created: 2019-03-28T00:42:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T02:29:55.000Z (over 6 years ago)
- Last Synced: 2025-09-07T01:54:02.533Z (11 months ago)
- Language: Ruby
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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`