Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilk/zygolophodon
CLI for reading Mastodon posts (no account needed)
https://github.com/jwilk/zygolophodon
Last synced: about 1 month ago
JSON representation
CLI for reading Mastodon posts (no account needed)
- Host: GitHub
- URL: https://github.com/jwilk/zygolophodon
- Owner: jwilk
- License: mit
- Created: 2022-11-21T21:56:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T18:21:07.000Z (8 months ago)
- Last Synced: 2024-08-09T00:21:57.810Z (5 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Usage
=====.. code:: console
$ zygolophodon --help
usage: zygolophodon [-h] [--version] [--limit N] ADDRESSpositional arguments:
ADDRESS https://DOMAIN/statuses/NNNNNN
https://DOMAIN/users/USER/statuses/NNNNNN
https://DOMAIN/@USER/NNNNNN
https://DOMAIN/@USER/NNNNNN/embed
https://DOMAIN/@USER
https://DOMAIN/@USER/with_replies
https://DOMAIN/@USER/media
@USER@DOMAIN
USER@DOMAINoptions:
-h, --help show this help message and exit
--version show version information and exit
--limit N request at most N posts (default: 40)Example
=======.. code:: console
$ zygolophodon https://mastodon.social/@Foone/109332182249838078
Location: https://mastodon.social/@Foone/109332182249838078
From: Foone
Date: 2022-11-12 18:11:46ZIs there a mastodon client for web/windows (or a browser extension) that'll
let me paste images into a post, but have them end up uploaded as jpegs, not
giant PNGs?
Images copied out of an image editor, I mean. Obviously I can drag JPEG files
into the upload box.------------------------------------------------------------------------------
Location: https://mastodon.social/@Foone/109332187508061632
From: Foone
Date: 2022-11-12 18:13:06ZBasically I'm trying to adapt my Twitter workflow to mastodon. I take picture
with my cellphone, it's automatically synced to my desktop, I drag those
images into my image editor and rotate/adjust as needed, then select the area
I want to post and hit COPY, then paste that into the Twitter client.------------------------------------------------------------------------------
⋮
------------------------------------------------------------------------------
Location: https://misc.name/@scanlime/109332214618889269
From: lime with barcode
Date: 2022-11-12 18:20:00Z[@Foone] i have a workflow that seems okay for
phone to masto with cropping... i have my photos on nextcloud, and i use that
client to find the photo i want and share to the tusky app, which has builtin
support for crop------------------------------------------------------------------------------
⋮
Requirements
============* Python ≥ 3.6
.. vim:ft=rst ts=3 sts=3 sw=3 et