Giter VIP home page Giter VIP logo

freemobilesmsnotifications's Introduction

#freemobileSMSNotifications

Script lacks portability:

To do : make requirements.txt

The use documentation below is in French.

Notice d'utilisation de l'API free Mobile (espace abonné/gérer options/Notifications par SMS)

L'envoi du SMS se fait en appelant le lien suivant : https://smsapi.free-mobile.fr/sendmsg avec les paramètres suivants : user : votre login pass : votre clé d'identification générée automatiquement par notre service msg : le contenu du SMS encodé sous forme d'url (Percent-encoding) Exemple : Envoyer le message "Hello World !" sur votre mobile :

https://smsapi.free-mobile.fr/sendmsg?user=XXXXXXXXXX&passXXXXXXXXXXXX&msg=Hello%20World%20! Vous pouvez également, si vous le préférez, envoyer les paramètres en POST. Dans ce cas, le contenu du message n'a pas besoin d'être encodé. Le code de retour HTTP indique le succès ou non de l'opération : 200 : Le SMS a été envoyé sur votre mobile. 400 : Un des paramètres obligatoires est manquant. 402 : Trop de SMS ont été envoyés en trop peu de temps. 403 : Le service n'est pas activé sur l'espace abonné, ou login / clé incorrect. 500 : Erreur côté serveur. Veuillez réessayer ultérieurement.

freemobilesmsnotifications's People

Contributors

dnfl avatar

Watchers

Thomas 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.