Update README file

This commit is contained in:
prachi 2020-05-13 16:56:20 +05:30
parent 7745c14720
commit 466cd2327d
No known key found for this signature in database
GPG Key ID: 2940E6901747AAAF
1 changed files with 33 additions and 1 deletions

View File

@ -1,3 +1,35 @@
# PyBitMessgae_AutoResponder
It is an autoresponder script in which all the sending and receiving messages done by automatically.
The aim of this python script is to run an bitmessages application automatically.This script will monitor the reponses from Responder and perform accordingly.
This script loads all the inbox messages and sent response automatically to each messages.They are triggered based on rules and time intervals that are defined.
This send message from one node to another node automatically. This reduces the manual work of sending response to recipient.
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.
For more information about Bitmessage, please visit https://www.bitmessage.org
Installation
Clone the repo:
git clone https://git.bitmessage.org/prachiyadav/PyBitMessage_AutoResponder && cd PyBitMessage_AutoResponder
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.
1.For running the application use ->
Python autoresponder_mailing.py