twtlmirror

command module
v0.0.0-...-6f456b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2022 License: GPL-3.0 Imports: 18 Imported by: 0

README

twtlmirror

This script takes all tweets from a user’s home timeline on Twitter and posts them to one Mastodon account. It makes use of the CW tag to display from which user the tweet originally came from. Media entities like photos, gifs and videos are mirrored as well.

Example use case: A few people I care about still use Twitter, but I don’t want to check Twitter separately, so I’ve created a private and locked bot account on my own Mastodon instance to which this script mirrors my Twitter home timeline. This way I can keep up with their Tweets without them even having a Mastodon account or using a mirror script themselves. Rudimentary support to mirror favs and mentions back to Twitter is now implemented.

Previously this tool was written in Python3, you can still find it in the history.

Example of a twtlmirror bot profile

Installation

From source
go get -u github.com/buckket/twtlmirror

Configuration

  • Edit config.toml (Twitter and Mastodon API credentials)

Usage

./twtlmirror -config config.toml

Notes

  • This script works best when used in combination with systemd timers or cron.
  • The script creates a SQLite database (twtlmirror.db) in the current working directory to save the last processed id. Make sure it is able to do so, or it will process the same tweets over and over again.

License

GNU GPLv3+

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL