Update readme file
This commit is contained in:
parent
5d72fda972
commit
d86181b554
11
README.md
11
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.
|
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 ->
|
1.For running the application use ->
|
||||||
|
|
||||||
Python autoresponder_mailing.py
|
Python autoresponder_mailing.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user