From 635554c14c9ae9b26884ce6aba0e1f403987bd55 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:39:47 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04ee5a9..09d07d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# twitter2mastodon +Simple script to find out if Twitter accounts one is following are on Mastodon. Identifying mastodon handles from Twitter accounts' bio, adding them to a CSV file, uploading that file to Dropbox and then answering with a link to a shared Dropbox file. -Simple script to find out if Twitter accounts one is following are on Mastodon. Identifying mastodon handles from Twitter accounts' bio. -You need Twitter API credentials to run this: https://developer.twitter.com/en/docs/twitter-api +_To run this you need:_ +- [Twitter API credentials](https://developer.twitter.com/en/docs/twitter-api) +- [Dropbox API credentials](https://www.dropbox.com/developers/) -DROPBOX \ No newline at end of file +The project is in development and I will fill out this readme later.