Metadata-Version: 2.1
Name: freemobsms
Version: 1.0.2
Summary: Free mobile SMS notifier.
Home-page: UNKNOWN
Author: h2d
Author-email: h2d2021@protonmail.com
License: GNU Affero General Public License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: requests

This module aim is to allow sending notifications as SMS messages.

Note that the only targeted provider is Free Mobile and that the SMS notification option must be enabled through the subscriber interface (https://mobile.free.fr).

Type the following command to install:
    ``pip install freemobsms``, or depending of your environment
    ``pip3 install freemobsms``, or
    ``python3 -m pip install freemobsms``

The package can be used at the command line as a program or as a function.

1. At the command line (if you installed the program via pip on any Unix system --
Linux, Mac OS X):
``freemobsms user_id key message``
2. from a python script by simply using this kind of code:
``from freemobsms import send_sms``
``send_sms(user_id, key, "hello world!")``


The author of this module is not in any manner related to Free SAS.

