From f825092c211a1d03394ee42904909f6e62b40308 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 5 Dec 2018 00:38:37 +0100 Subject: [PATCH] 'README.md' updaten --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 941aee1..dfb495a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,15 @@ A mastodon api prototyping area, a Flask interface exploration to test toots in other environments. ------ + + **This prototype depends on ... ** * Mastodon.py (```$ pip3 install Mastodon.py```) * Flask (```$ pip3 install flask```) ------ + **At the first time the script is running ** @@ -19,7 +20,8 @@ Change the ```name``` and ```instance``` in the file ```api_register_app.py```. And run: ```$ python3 api_register_app.py``` ------ + + **To run it and see the interface** @@ -29,13 +31,13 @@ And then ... ```$ python3 interface.py``` Browse to localhost:5000 :) ------ + **More ...** There are a couple of API tests in the ```mastodon_api_tests.py``` file. ------ + **Preview**