Automatically copy your Twitter posts to Mastodon.
981
Automatically copy your Twitter posts to Mastodon.
This is a Docker image which copies your Twitter posts to Mastodon in near real-time, including the content of retweets. It requires a bit of setup as you need to obtain OAuth credentials for both your Twitter account and your Mastodon account. Uses t2m to do the real work.
If you don't have Docker installed, you can run the setup guide really quickly by opening this project in Google Cloud Shell (you'll need a Google account):
Alternatively if you're running Linux or Windows with Docker installed, run this command:
docker run -it --rm redpointgames/t2m-docker /srv/setup.sh
This will walk you through the set up process and tell you the real Docker command you need to run on a server in order to run t2m-docker.
Once you've completed the setup guide, you'll be given a Docker command to run. This Docker command will run the server that pushes your tweets to Mastodon automatically, so you need to find somewhere suitable to run it. You can:
apt install -y docker.io, but then just SSH into the instance and run the command you were given.If you need help or suggestions on where to run it, reach out to @hq on mastodon.social.
Content type
Image
Digest
Size
140.4 MB
Last updated
almost 9 years ago
docker pull redpointgames/t2m-docker