2017-04-26 12:22:43 +02: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.
|
|
|
|
|
2018-06-04 15:40:26 +02:00
|
|
|
* Current TODOs:
|
2018-06-04 17:58:11 +02:00
|
|
|
* Stream since_id and better resume
|
2018-06-04 15:40:26 +02:00
|
|
|
* Testing - test 2.3 stuff and verify it works, test pinning
|
2018-06-04 16:55:37 +02:00
|
|
|
* 2.4 support:
|
|
|
|
* Dict updates (bot flag, profile meta fields, ...?)
|
|
|
|
* Push API
|
|
|
|
|