From d86181b554faff94dfcbd2d193cae80d59a9732d Mon Sep 17 00:00:00 2001 From: prachi Date: Mon, 18 May 2020 20:05:11 +0530 Subject: [PATCH] Update readme file --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f6e56f2..c1fbd17 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,17 @@ Run the application Before running this script please run the bitmessages application,because if you dont run your application simultenously you can get a connection error. +Configuration Steps + +1.put the credentials.ini file into the .config directory which contains the database of bitmessage application. + +2.To establish a connection ,copy and paste these lines into the bitmessagesettings section of the keys.dat file.Note that the values "username" and "password" below are merely examples, and should be replaced by values that cannot feasibly be guessed: +--> apienabled = true +--> apiport = 8442 +--> apiinterface = 127.0.0.1 +--> apiusername = abc@gmail.com +--> apipassword = abc@123 + 1.For running the application use -> Python autoresponder_mailing.py