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