Orangesms 0.0.2 | Coderz Repository

orangesms 0.0.2

Last updated:

0 purchases

orangesms 0.0.2 Image
orangesms 0.0.2 Images

Free

Languages

Categories

Add to Cart

Description:

orangesms 0.0.2

Orange SMS API πŸ“¬


Orange SMS is a client library that allow you to send SMS with Python using the Orange SMS API

Disclaimer β›”
This gem is not an official client of Orange, in order to use the client you need to create a Orange SMS API and to register an app in the developer dashboard that orange provide to you.
After registering your app you can ask for SMS integration approval (this process can take time :)
The registration process is detailed here
Instead of reading and trying to understand once again how the Orange SMS API work this gem aims to let you quickly send SMS from Python using the Orange SMS API.
Install πŸ“₯
Via PIP
python -m pip install orange-sms-client
Usage βœ…

Copy your client id here
(if you have already create an app)
generate token with getToken function
send sms with sendSMS function

Exemple : usageExample.py
Python 🐍
clientID="your clientID"
token = getToken(clientID)
senderAdress = "+2210000"
address = "+221{{receiver}}"
sendSMS(senderAddress, receiverAddress, "message", token)

Contributing 🀝
Bug reports and Pull Requests are welcome πŸ‘‹πŸ½
You can tell me HERE
License πŸ”–
This project is under MIT License.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.