GithubHelp home page GithubHelp logo

rahulyhg / way2sms-api-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jainsoham/way2sms-api

0.0 1.0 0.0 8 KB

This is free type of API (unofficial) that can be attached to website etc for sending OTP verification SMS or for SMS Marketing. Here you can enter all available login credential's to increse your message sending capacity.

Python 100.00%

way2sms-api-2's Introduction

Way2Sms-API

This is free type of API (unofficial) that can be attached to website etc for sending Sms verification OTP or for marketing. Here you can enter all available login credential's to increse your message sending capacity.

How to Use:

  1. Clone this Repository (or download a zipped version)
  2. Update a credentials.txt file in this folder. The first line of this file must have No. of Credentials you are providing and then in new line your username1 enclosed whithin two ^ characters. i.e. the second line must be ^username1^ and similarly, the third line of this file must be ^password1^ and then fourth & fifth line again are ^username2^ ^password2^. Provide as many username and password you have because per every UserName you have around 30 SMS ending capacity as per new update in website.
  3. Save this either in same directory of your project.

Way2Sms-API/credentials.txt (in the same folder as Sms_api.py):

i    (NO. of Credentials you are providing) 
^username1^
^password1^
^username2^
^password2^
..
^usernamei^
^passwordi^

Start with:

import Sms_api
  • Send SMS, print -> status of Message(Send or Not)
Sms_api.sendmessage('Mobile_No','Message')
  • Schedule Future SMS, print -> status of Message(Scheduled or Not)
Sms_api.sendmessage('Mobile_No','Message','DD/HH/YYYY','HH:MM') #(HH:MM)(24Hr Format)(18:34)
Session will Logout Automatically after Sending or Scheduling SMS

Requires:

requests module
bs4 module
re module

License

You are free to use any part of this code, as long as you credit the Author

Author

Jain Soham Dungerchand, BITS Pilani.

Free Messaging, Yeah!

way2sms-api-2's People

Contributors

jainsoham avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.