Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.7.0 source code.tar.gz | 2022-11-23 | 8.6 MB | |
1.7.0 source code.zip | 2022-11-23 | 8.8 MB | |
README.md | 2022-11-23 | 1.2 kB | |
Totals: 3 Items | 17.4 MB | 0 |
- Cleaned code up a bit (thanks eumiro)
- Fixed some Pleroma related issues (thanks aveao, taraletti, adbenitez)
- Added post editing (
status_update
,status_source
,status_history
) - Added missing streaming events
- Added missing parameters on directory endpoint (thanks heharkon)
- This isn't somehing I changed but thank you a / triggerofsol for answering Many questions I had about specifics of what the API does that are not documented
- Fixed search ignoring
exclude_unreviewed
(Thanks acidghost) - Added support for using pathlib paths when loading media files (Thanks reagle)
- Removed blocklist with long dead instances
- Added
types
parameter to notifications. - Documented additional notification types
- Made version parsing more robust against varions things that Mastodon-compatible APIs might throw at it.
-
TECHNICALLY BREAKING CHANGE, but I would be quite surprised if this actually breaks anyone: Date parsing will now, when the date string is empty, return Jan. 1st, 1970 instead. This is to work around what I assume is a bug in Pleroma.
- PyPi: https://pypi.org/project/Mastodon.py/1.7.0/