From 5d63681d51a18978dc15c00d520fb8625b16ab8c Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sat, 30 Nov 2019 15:18:34 +0100 Subject: [PATCH] docs: README, app.json --- README.md | 13 +++++++++++++ app.json | 7 +++++++ baby.jpg | Bin 0 -> 96833 bytes 3 files changed, 20 insertions(+) create mode 100644 README.md create mode 100644 app.json create mode 100644 baby.jpg diff --git a/README.md b/README.md new file mode 100644 index 0000000..88167d6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# BabyComeBack | An app to watch your baby for you + +## Setup +- [Activer l'API SMS de Free](https://www.freenews.fr/freenews-edition-nationale-299/free-mobile-170/nouvelle-option-notifications-par-sms-chez-free-mobile-14817) +- Exporter les identifiants: +```bash +export FREE_USER="xxx" +export FREE_PASS="xxx" +``` +- Lancer le script: +```bash +python baby.py +``` \ No newline at end of file diff --git a/app.json b/app.json new file mode 100644 index 0000000..8cc9ce5 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "BabyComeBack", + "description": "An app to watch your baby for you", + "repository": "https://git.plnech.fr/PLN/BabyComeBack", + "logo": "https://git.plnech.fr/pln/BabyComeBack/raw/master/baby.jpg", + "keywords": ["python", "shopping", "plants"] +} diff --git a/baby.jpg b/baby.jpg new file mode 100644 index 0000000..7e2ad96 Binary files /dev/null and b/baby.jpg differ -- libgit2 0.27.0