Mastodon.py/DEVELOPMENT.md

10 wiersze
376 B
Markdown
Czysty Zwykły widok Historia

2017-04-26 10:22:43 +00:00
Here's some general stuff to keep in mind, and some work that needs to be done
* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations,
use requests over urllib, et cetera.
* Current TODOs:
2018-06-05 09:40:27 +00:00
* Testing - test 2.3 stuff and verify it works: TODO: media updating
2018-06-04 14:55:37 +00:00
* 2.4 support:
2018-06-05 12:10:53 +00:00
* Document and add tests for webpush
2018-06-04 14:55:37 +00:00