项目作者: p4nth3r-5237

项目描述 :
Send message with python.
高级语言: Python
项目地址: git://github.com/p4nth3r-5237/texture-sms.git
创建时间: 2020-05-17T09:53:05Z
项目社区:https://github.com/p4nth3r-5237/texture-sms

开源协议:MIT License

下载


message-sender

pull repository in your local

  1. git clone https://github.com/anoopyadavan/texture-sms.git
  2. cd texture-sms

Now you have to install all the requirements which this program is using.

to install requirements

  1. pip install -r requirements.txt

Now you have need to make account on https://www.sms4india.com/ and register it then loging with that account and enter it
at there on top API is there click on that you will get like in image.

Alt text

copy api key and replace api-key with your api key and then copy secret key from that website and replace secret-key with your secret key.

  1. response = sendPostRequest(URL, 'api-key', 'secret-key', 'stage', num , 'l3xi3', msg )

Now run your program

  1. python3 textureSms.py

Now you have to enter number on which you want to send and message.