https://github.com/amarlearning/say-sorry
Send 200 distinct apology text message to your dear ones using the MSG91 API!
https://github.com/amarlearning/say-sorry
api apologies java8 json maven-repository msg-api say-sorry sms-service
Last synced: 12 months ago
JSON representation
Send 200 distinct apology text message to your dear ones using the MSG91 API!
- Host: GitHub
- URL: https://github.com/amarlearning/say-sorry
- Owner: amarlearning
- License: mit
- Created: 2018-03-02T22:00:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T17:29:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T12:15:03.076Z (about 1 year ago)
- Topics: api, apologies, java8, json, maven-repository, msg-api, say-sorry, sms-service
- Language: Java
- Homepage:
- Size: 299 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Say Sorry
[](https://travis-ci.org/amarlearning/say-sorry)
[](https://github.com/amarlearning/say-sorry/issues)
[](http://amarlearning.mit-license.org/)
> Send apology text message to your near and dear ones using [MSG91 API](https://msg91.com/), with collection of over 150 sorry messages collected from Internet.
## Install
```
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```.
***
## Usage
In order to use this program you need to have an auth key which you can get by making an account on [MSG91 API](https://msg91.com/) 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?](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](https://help.msg91.com/article/40-what-is-a-sender-id-how-to-select-a-sender-id) |
| route | If your operator supports multiple routes then give one route name. Eg: route=1 for promotional, route=4 for transactional SMS. [More Read](https://help.msg91.com/article/64-what-is-the-difference-between-transactional-promotional-and-sendotp-route) |
| country | 0 for international,1 for USA, 91 for India. |
What to know more about MSG91 API? [Link](https://docs.msg91.com/collection/msg91-api-integration/5/pages/139).
***
## Issues
You can report the bugs at the [issue tracker](https://github.com/amarlearning/say-sorry/issues)
**OR**
You can [tweet me](https://twitter.com/iamarpandey) if you can't get it to work. In fact, you should tweet me anyway.
***
## License
Built with ♥ by Amar Prakash Pandey([@amarlearning](http://github.com/amarlearning)) under [MIT License](http://amarlearning.mit-license.org/)
You can find a copy of the License at http://amarlearning.mit-license.org/