Update README.md

This commit is contained in:
Lasse Edfast 2022-12-21 23:40:24 +01:00 committed by GitHub
parent baeecfef24
commit 932c49dafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
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.
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](https://twitter.com/lasseedfast) and [Mastodon](https://mas.to/@lasseedfast).
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.