update readme file

This commit is contained in:
prachi 2020-05-18 20:06:39 +05:30
parent d86181b554
commit 16199fc480
No known key found for this signature in database
GPG Key ID: 2940E6901747AAAF
1 changed files with 5 additions and 7 deletions

View File

@ -8,8 +8,7 @@ This send message from one node to another node automatically. This reduces the
For example,
when somebody send a new messages to your address, they immediately receive response/message from your address.
And when somebody sends messages from same address continously(repeatedly) then it will skip those messages and after having completion of 5 minutes interval they receive reponses in the gap of 5 minute
and in between that if another address's message appears in the list of inbox messages it will respond that address immediately.skiping the messages recieved from same address continuosuly and respond them within a interval of 5 mintues.
And when somebody sends messages from same address continously(repeatedly) then it will skip those messages and after having completion of 5 minutes interval they receive reponses in the gap of 5 minute and in between that if another address's message appears in the list of inbox messages it will respond that address immediately.skiping the messages recieved from same address continuosuly and respond them within a interval of 5 mintues.
For more information about Bitmessage, please visit https://www.bitmessage.org
@ -23,22 +22,21 @@ And.. you're done.
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.
Before running this script please run the bitmessages application, because if you don't 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:
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
3.For running the application use
--> Python autoresponder_mailing.py