iris.py/README.md

794 B

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.

Some things work. Some are broken. It is advisable to back up your .iris.messages and .iris.messages.read files before using this :)

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  mark all topics as read