Wykres commitów

1033 Commity (master)

Autor SHA1 Wiadomość Data
halcy 18d85031e1 do some more adding and fixing, add entity descriptions 2023-06-04 20:04:56 +03:00
halcy 560bf1b054 fix a lot of issues 2023-06-04 18:16:50 +03:00
halcy 319bcfeed8 Merge branch 'master' of github.com:halcy/Mastodon.py 2023-06-03 01:24:55 +03:00
halcy b9fcb43f11 merge and fix up substantially the json with Everything 2023-06-03 01:23:54 +03:00
Lorenz Diener 48b298251f
Merge pull request #343 from jkrperson/master
fix(poll): Add return statement for poll_vote function.
2023-06-01 17:01:23 +03:00
jkrperson ed2bdb8d81 fix(poll): Add return statement for poll_vote function 2023-06-01 21:34:22 +08:00
halcy dbbce45bc9 rename some entities for masto consistency, parse masto docs and add that also 2023-05-31 22:03:28 +03:00
halcy a2e6e57e4b add links to masto docs, not-documented entity TODO list 2023-05-29 22:38:00 +03:00
halcy acb0b17900 add a json file with a first draft for a model of Everything Mastodon Can Return Actually 2023-05-28 23:22:09 +03:00
Lorenz Diener 2d9fcff4e0
Merge pull request #339 from codl/pyproject-toml
migrate to pyproject.toml
2023-05-11 14:41:04 +03:00
codl b08a15e9d9 move webpush and blurhash deps out of test deps
updated ci, tox, test docs accordingly
updated tests to skip when deps are not present
2023-04-25 14:18:36 +02:00
codl 88e838c7f0 remove outdated setup.cfg 2023-04-25 13:58:29 +02:00
codl 246ebc7299 move pytest config from setup.cfg to pyproject.toml 2023-04-24 20:00:30 +02:00
codl fc3a873062 setup.py → pyproject.toml 2023-04-24 18:45:53 +02:00
halcy 3d5b94f07f Prep release 2023-04-23 21:31:42 +03:00
halcy 1c444ed035 Refresh tests 2023-04-23 21:22:33 +03:00
halcy 4e230884e5 Fix reconversion to str after path resolve 2023-04-23 20:50:23 +03:00
halcy 04f3c04e96 typo fix 2023-04-23 20:44:28 +03:00
halcy 1bc7e8318e changelog 2023-04-23 20:34:53 +03:00
halcy 60f9bc74ab Add pagination params to admin_domain_blocks 2023-04-23 20:34:01 +03:00
halcy 06825dae72 Changelog 2023-04-23 20:29:25 +03:00
halcy b934962069 Replace follows() with a backwards compat implementation 2023-04-23 20:28:24 +03:00
halcy 77c005c899 Add webpush example 2023-04-23 20:04:45 +03:00
halcy 34e97a9b4d Add explicit path resolution for __load_media_file to maybe circumvent a mystery problem in some configurations. 2023-04-23 19:57:22 +03:00
halcy 6f7d4576c0 Fix some streaming related issues 2023-04-23 19:41:57 +03:00
halcy 345e8c35c0 Fix streaming docs 2023-04-23 19:21:43 +03:00
halcy 137cf49435 Merge branch 'master' of github.com:halcy/Mastodon.py 2023-04-23 19:20:19 +03:00
halcy 39f1ee8889 Add support for public/remote stream 2023-04-23 19:19:53 +03:00
halcy 39bdc5d10a Add usage examples 2023-04-23 19:02:49 +03:00
Lorenz Diener 17831eca81
Merge pull request #306 from amaargiru/master
Format code with PEP 8 standards
2023-04-23 18:56:17 +03:00
Lorenz Diener 3b5c4ae6f5
Merge branch 'master' into master 2023-04-23 18:54:56 +03:00
Lorenz Diener c6d9361470
Merge pull request #319 from leoncowle/lists.py-list_accounts-fix
Add missing "params" arg to lists.py:list_accounts() __api_request call
2023-04-23 18:53:30 +03:00
Lorenz Diener 0178569714
Merge pull request #328 from hugovk/add-readme-to-pypi
Add README to PyPI page
2023-04-23 18:52:30 +03:00
Lorenz Diener 0e0e8cd687
Merge pull request #327 from alexmshepherd/status_reply-patch
Status reply patch
2023-04-23 18:51:59 +03:00
Lorenz Diener ba142e9b44
Merge pull request #336 from codl/doc-upd-335
doc: warn against using max_id in favourites/bookmarks
2023-04-23 18:50:47 +03:00
Lorenz Diener 0acd9800f9
Merge pull request #317 from xloem/patch-1
Use python-magic-bin on windows
2023-04-23 18:50:05 +03:00
Lorenz Diener 5e93270dc4
Merge pull request #311 from cnotin/patch-1
Fix small typo
2023-04-23 18:49:02 +03:00
Lorenz Diener d9193f3d2c
Merge pull request #307 from jkawamoto/tox
Add newer python versions to tox.ini
2023-04-23 18:48:16 +03:00
halcy 43ccb72275 Move user agent default to where it belongs 2023-04-23 18:44:47 +03:00
Lorenz Diener f862772ea6
Merge pull request #305 from jkawamoto/user_agent
Supports User-Agent header in create_app method
2023-04-23 18:36:06 +03:00
Lorenz Diener 8ed48b8021
Merge pull request #296 from zevaryx/master
Add resolve keyword to account_search
2023-04-23 18:35:12 +03:00
Lorenz Diener a73fce4b81
Merge pull request #293 from eumiro/nolambda
refactor: replace lambdas with python
2023-04-23 18:33:03 +03:00
codl a6d974b69b doc: warn against using max_id in favourites/bookmarks
see #335
2023-04-16 21:12:06 +02:00
Hugo van Kemenade 0a1cb46ba2 Add README to PyPI page 2023-03-05 10:18:17 +02:00
alex martin shepherd 2905c07863
Add custom exception 2023-03-03 12:47:43 +01:00
alex martin shepherd 92a7cbac35
Clarify status_reply ( #310 ) 2023-03-03 12:43:40 +01:00
Leon Cowle 4bd8afa7aa Add missing "params" arg to lists.py:list_accounts() __api_request call 2023-02-07 15:50:23 -06:00
John Doe 9ba8781a1e exclude windows deps from coverage, which is not calculated on windows. 2023-02-06 08:23:34 -05:00
xloem 32d5e385e6 Use python-magic-bin on windows 2023-02-05 21:52:08 -05:00
Junpei Kawamoto 9dac13edc2 Remove Pipfile
Since it was only used in tox, we can remove it.
2023-01-11 14:33:54 -06:00