From 86b089aa35f038a5792f15c1af2bfd4900821aa7 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Wed, 21 Dec 2022 19:42:19 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d5b31b..3d908e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Run a Twitter bot to collect Mastodon usernames from Twitter users. +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. -_To run this you need:_ -- [Twitter API credentials](https://developer.twitter.com/en/docs/twitter-api) +Connect to the database (read only) with: +```postgres://everyone:imonmastodon@imonmastodon.cx58bph3yf7h.us-east-1.rds.amazonaws.com:5432/imonmastodon```