2.0.0 • Published 5 years ago

import-tweets-to-mastodon v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

How to imports Tweets into Mastodon (e.g. https://framapiaf.org )

Ask twitter for a data export

Go here.

Extract archive and look for tweet.js

Clone this repo and run

git clone git@github.com:FGRibreau/import-tweets-to-mastodon.git
cd import-tweets-to-mastodon
npm install
MASTODON_API_BASEPATH=https://mastodon-instance.com MASTODON_API_KEY=YOUR_TOKEN TWITTER_TWEETJS_FILEPATH=/path/to/tweet.js node import.js

Tips: add the DEBUG=* environment variable for verbose output.

:tada: