Mastodonplus.py/DEVELOPMENT.md
2017-09-08 16:37:08 +02:00

459 B

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.

  • Unimplemented methods:

    • None, at time of writing!
  • Documentation that needs to be updated:

    • Some things are probably wrong, but none known.
  • Other things missing:

    • Automatic ID unpacking
    • Tests (long-term goal)