client for Iris, a CLI forum for tilde-likes
Go to file
chiptune ec41d8b4e6 show message number differently 2023-11-22 08:50:59 -06:00
LICENSE add a README and a good LICENSE 2023-11-13 09:00:00 -06:00
README.md break mark_as_read and mark all read feature 2023-11-21 06:05:06 -06:00
iris.py show message number differently 2023-11-22 08:50:59 -06:00

README.md

IrisPy is a Python client for Iris, the CLI forum software for tilde-likes.

This was built mostly for experimentation and getting to know how Iris works under the hood. It is still under development and lacks some essential features like edit and delete.

usage: iris.py [-h] [-u] [-t] [-p] [-v N] [-r N] [-e X] [--mark-all-read]

options:
  -h, --help       show this help message and exit
  -u, --unread     list topics with unread messages
  -t, --topics     list all topics
  -p, --post       create new topic
  -v N, --view N   view topic N
  -r N, --reply N  reply to topic N
  -e X, --edit X   edit topic number `X` or message number M`X`
  --mark-all-read  (broken) mark all topics as read