diff --git a/README.md b/README.md index 67e1f11..c14b0a6 100644 --- a/README.md +++ b/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. + +Donate using Liberapay \ No newline at end of file