From e1c0d2a700946c0885a5b58995a5c25ab60b8081 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 5 Dec 2018 00:37:27 +0100 Subject: [PATCH] 'README.md' updaten --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa32281..52b1df2 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ A mastodon api prototyping area, a Flask interface exploration to test toots in other environments. +----- -### This prototype depends on ... +This prototype depends on ... * Mastodon.py (```$ pip3 install Mastodon.py```) * Flask (```$ pip3 install flask```) +----- -### At the first time the script is running +At the first time the script is running (and the mastodon api is used ...) @@ -17,8 +19,9 @@ Change the ```name``` and ```instance``` in the file ```api_register_app.py```. And run: ```$ python3 api_register_app.py``` +----- -### To run it +To run it Change the ```api_base_url``` in ```interface.py``` to the instance that you want to use. @@ -26,12 +29,14 @@ And then ... ```$ python3 interface.py``` Browse to localhost:5000 :) +----- -### More ... +More ... There are a couple of API tests in the ```mastodon_api_tests.py``` file. +----- -### Preview +Preview ![](Screenshot\ from\ 2018-12-05\ 00-32-36.png) \ No newline at end of file