a mastodon api prototyping area
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
mb b52399a532 'README.md' updaten 5 лет назад
static/css a first prototype push 5 лет назад
templates a first prototype push 5 лет назад
.gitignore a first prototype push 5 лет назад
README.md 'README.md' updaten 5 лет назад
Screenshot from 2018-12-05 00-32-36.png a first prototype push 5 лет назад
api_register_app.py a first prototype push 5 лет назад
interface.py a first prototype push 5 лет назад
mastodon_api_tests.py a first prototype push 5 лет назад

README.md

mastodon.api.prototype

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

(and the mastodon api is used ...)

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

Change the api_base_url in interface.py to the instance that you want to use.

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

![](Screenshot\ from\ 2018-12-05\ 00-32-36.png)