Metadata-Version: 2.4
Name: freemobile
Version: 0.1.0
Summary: Send SMS notifications to your own mobile via any internet-connected device.
Author-email: Roman MASSE <roman@masse.family>
Maintainer-email: Roman MASSE <roman@masse.family>
License-Expression: Unlicense
Project-URL: Homepage, https://github.com/rambobinator/freemobile-SMS-notifications
Project-URL: Documentation, https://github.com/rambobinator/freemobile-SMS-notifications
Project-URL: Repository, https://github.com/rambobinator/freemobile-SMS-notifications
Project-URL: Bug Tracker, https://github.com/rambobinator/freemobile-SMS-notifications/issues
Project-URL: Changelog, https://github.com/rambobinator/freemobile-SMS-notifications/commits/master/
Keywords: sms,free,mobile,freemobile,notification
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# freemobile SMS notifications

Send SMS notifications to your own free mobile via any internet-connected device.

Go to there website for more informations: https://mobile.free.fr/account/mes-options/notifications-sms

You can directly activate the option here: https://mobile.free.fr/account/mes-options?update=notifications-sms&activate=1

Copy your user_id and api_key in your environnement like so:


`export FREEMOBILE_USER_ID=******* FREEMOBILE_API_KEY=********`

## uv

If you already are an [uv](https://docs.astral.sh/uv/guides/install-python/) user and don't want to install this package, simply type the following in your terminal:

`uvx --from git+https://github.com/rambobinator/freemobile-SMS-notifications freemobile "hello me \!"`

You should receive an ... sms there it is :)
