inktrap

Results 34 comments of inktrap

I guess the test in docs_src/fastapi/docs001.py needs some changes too?

I realized that I can pass environment variables quite easily … however I also realized that the installer should probably try (in that order): ``` $XDG_BIN_HOME $XDG_DATA_HOME/../bin $HOME/.local/bin ``` and...

You can do this with mastodon.py https://mastodonpy.readthedocs.io/en/stable/05_statuses.html#scheduled-statuses also there is tests/integration/test_post.py which shows how to get scheduled posts with toot's own api.py so this should be easy to implement

I realized that you can achieve the same thing in one run with the default format action: ``` - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.4.5 hooks: - id: ruff types_or: [python, pyi,...