App that interrogates TextBelt SMS API to send ghost SMS messages to phone number you specify. The phone number must contain the country code. TextBelt API permits to send only 1 message every 24 hours in the free version.
You can buy also more SMS texts if you want. The version in this repository is the free one
To use the app, you have open the path of the directory with the CLI and write 'python GhostSMS'. It will ask you for the destination and the message you want to send. After that you will get the object of response from TextBelt API, if the 'success' alue is 'True', it means that the message was sent with success. In the contrary case, the 'success' value will be 'False'.
E.G.
In the future updates the will be able to handle the response and show a custom message.