You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Lasse Edfast 932c49dafa
Update README.md
3 years ago
.gitignore first commit 3 years ago
README.md Update README.md 3 years ago
config.py first commit 3 years ago
requirements.txt Updated requirment 3 years ago
sql_api.py first commit 3 years ago
stream_answers.py Print exception. 3 years ago
twitter_api.py Removed dependency. 3 years ago

README.md

A Twitter bot to collect Mastodon usernames from Twitter users. The usernames are put in a PostgreSQL database available to other services trying to connect new Mastodon users with their old Twitter friends. Please let me know if you're running such a service and find the idea of an open and collaborative database interesting! Me on Twitter and Mastodon.

Connect to the database (read only) with:
postgres://everyone:imonmastodon@imonmastodon.cx58bph3yf7h.us-east-1.rds.amazonaws.com:5432/imonmastodon

I've just started this project and will fill out this readme more soon.