From fdc361f64a071347e9f4a521bd3eb6248295144b Mon Sep 17 00:00:00 2001 From: Lasse Studion Date: Sat, 17 Dec 2022 19:30:09 +0100 Subject: [PATCH] added readme.md --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index ec5e2ee..eb56769 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ !dropbox_api.py !license.txt !Makefile +!README.md !requirements.txt !sql_api.py.py !tmp diff --git a/README.md b/README.md new file mode 100644 index 0000000..04ee5a9 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# twitter2mastodon + +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 + +DROPBOX \ No newline at end of file