mastodon to twitter crossposter
- automatic crossposting from mastodon to twitter
- long mastodon posts get turned into twitter threads
- mastodon threads get threaded properly on twitter
- self-retweets when a self-boost is detected
- crossposts pictures and (applicable) media
- configurable privacy levels
- deleting mastodon post deletes the corresponding tweet
- content warning is preserved
download binary from release page
copy the example config file and edit it.
at the very least you need to set mastodon-url
./tootapult -c CONFIG
loads file from path pointed to in CONFIG and starts the crossposter
for more information run ./tootapult --help
requires a lisp be installed (preferably roswell or SBCL)
clone this repo
git clone https://github.com/compufox/tootapult
and run make
make
unless any errors occur this should generate a binary at bin/tootapult
to properly use this with twitter, you'll need to generate an application at Twitter's Dev Site and provide the consumer-secret and consumer-key values in your config
NPLv1+