This commit is contained in:
parent
85a97e9d9a
commit
eae9b2771e
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue