Send apology text message to your near and dear ones using MSG91 API, with collection of over 150 sorry messages collected from Internet.
git clone https://github.com/amarlearning/say-sorry.git
once the repository is cloned successfully, the open eclipse and follow below steps:
File > Import > Existing Maven Project
then give the path to pom.xml
file present in the project and click finish
.
In order to use this program you need to have an auth key which you can get by making an account on MSG91 API website.
Lets talk about the params that you should know before running this program
Parameter | Description |
---|---|
mainUrl | Base Url of MSG91 (http://api.msg91.com/api/sendhttp.php?) |
authkey | Login authentication key (this key is unique for every user) |
mobiles | Keep numbers in National format (without country code), multiple numbers should be separated by comma (,) |
senderId | Receiver will see this as sender's ID. More Read |
route | If your operator supports multiple routes then give one route name. Eg: route=1 for promotional, route=4 for transactional SMS. More Read |
country | 0 for international,1 for USA, 91 for India. |
What to know more about MSG91 API? Link.
You can report the bugs at the issue tracker
OR
You can tweet me if you can't get it to work. In fact, you should tweet me anyway.
Built with ♥ by Amar Prakash Pandey(@amarlearning) under MIT License
You can find a copy of the License at http://amarlearning.mit-license.org/