Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

Usage
=====

.. code:: console

$ zygolophodon --help
usage: zygolophodon [-h] [--version] [--limit N] ADDRESS

positional 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@DOMAIN

options:
-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:46Z

Is 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:06Z

Basically 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