Update README.md
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
phil 2024-12-02 02:03:30 +00:00
parent 85a97e9d9a
commit eae9b2771e

View file

@ -3,12 +3,6 @@
[sms-handler](https://philo.ydns.eu/code/Philome/sms-handler) is a simple companion service of the
*SMS Forward* app to send notification mails on reception of SMSes.
It is written in Python with [FastAPI](https://fastapi.tiangolo.com/) and BSD licensed.
For a more flexible way to use *SMS Forward*
(available on [FDroid](https://f-droid.org/packages/com.pierreduchemin.smsforward/)),
use the [ntfy](https://ntfy.sh/) pub/sub service. It makes it easy
to integrate with other tools, for notification on various devices and automation.
## Installation
@ -109,3 +103,16 @@ pytest -s tests/basic.py
```
The *sms-handler* source has a CI test workflow for [Forgejo](https://forgejo.org/).
## Alternatives
For a more flexible way to use *SMS Forward*
(available on [FDroid](https://f-droid.org/packages/com.pierreduchemin.smsforward/)),
use the [ntfy](https://ntfy.sh/) pub/sub service. It makes it easy
to integrate with other tools, for notification on various devices and automation.
## License, etc
*sms-handler* is BSD licensed. Suggestions and contributions are welcome.
<a href="https://liberapay.com/Philo/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>