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