From 992825f462b4a46b499f6adba384c91e8e009089 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:55:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 307abb8..c2c1855 100644 --- a/README.md +++ b/README.md @@ -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. 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). +A Twitter bot to collect Mastodon usernames from Twitter users. By mentioning [@imonmastodon](https://twitter.com/imonmastodon) and then writing a Mastodon username the twitter user connects her or his Twitter name with the one on Mastodon. Eg: +```@imonmastodon! My nick is @lasseedfast@mas.to``` + 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```