client for Iris, a CLI forum for tilde-likes
Go to file
chiptune c602e3daa0 update license 2024-01-09 00:54:53 -06:00
LICENSE update license 2024-01-09 00:54:53 -06:00
README.md update README 2024-01-08 23:54:30 -06:00
iris.py handle default (help) case before creating message object 2023-12-08 08:34:13 -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.

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