added readme.md

This commit is contained in:
Lasse Studion 2022-12-17 19:30:09 +01:00
parent 3e26af82af
commit fdc361f64a
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
!dropbox_api.py
!license.txt
!Makefile
!README.md
!requirements.txt
!sql_api.py.py
!tmp

6
README.md Normal file
View File

@ -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