Mobilizon-Reshare-condividi.../mobilizon_reshare
Giacomo Leidi 6f8f96d5b6 cli: inspect: Refactor command.
Now the inspect command can display informations about
different kind of objects including events and publications.

This patch also changes the cli to output columnar values
suitable for further processing with standard Unix
tool, such as awk.

$ mobilizon-reshare.sh inspect publication -s completed | awk '{ print  }' | sort | uniq -c
[2021-12-01 01:05:55,321] [20] [INFO] Tortoise-ORM shutdown
      2 mastodon
      2 telegram
      2 zulip
2021-12-01 01:13:59 +01:00
..
cli cli: inspect: Refactor command. 2021-12-01 01:13:59 +01:00
config scripts: Add mobilizon-reshare.sh. (#106) 2021-11-28 16:42:42 +01:00
event fix publisher deactivation (#93) 2021-11-11 15:18:04 +01:00
formatting rename everything (#50) 2021-08-16 10:49:52 +02:00
main Query refactoring (#102) 2021-11-24 23:58:06 +01:00
mobilizon Telegram format (#64) 2021-09-27 09:20:01 +02:00
models cli: inspect: Refactor command. 2021-12-01 01:13:59 +01:00
publishers publishers: zulip: Catch general HTTPErrors. (#107) 2021-11-28 16:50:22 +01:00
storage cli: inspect: Refactor command. 2021-12-01 01:13:59 +01:00
.secrets.toml added facebook publisher (#99) 2021-11-20 15:40:10 +01:00
VERSION Release v0.1.0. 2021-09-28 11:40:04 +02:00
__init__.py rename everything (#50) 2021-08-16 10:49:52 +02:00
settings.toml format event cli (#61) 2021-09-09 23:04:19 +02:00