This website aims to help users to follow their friends from Twitter automatically on Mastodon without the need to search for each person's name manually on Mastodon!
You will need to setup a Twitter application to be able to login with twitter, you can do so on the Twitter developer portal.
There is no setup needed for Mastodon, as the server will automatically create the necessary credentials.
Here is the list of the required variables:
SECRET_KEY=very-long-and-secure-key
BACKUP_DIR=~/backups/twitter-folowers-to-mastodon
DASHBOARD_URL=http://localhost:3000
PUBLIC_URL=http://localhost:8080
TWITTER_CLIENT_ID=your-client-id-from-developer-portalYou will need to run 2 servers: the backend and the dashboard.
The backend:
cd server
yarn install && yarn devThe dashboard:
cd client
yarn install && yarn devIn case of issues, feel free to file a Github Issue.