Typetalk cli is Typetalk(https://typetalk.in) cli client.
Need Python 2.7
sudo pip install git+https://github.com/shoozhoo/typetalk-cli.git
ttc account -a
You can add multiple accounts.
ttc account
Output example
Current account: foo
Stored accounts:
foo
bar
ttc account bar
ttc list [-f] [-u]
positional arguments:
- TOPIC_ID your topic_id
optional arguments:
- -f show favorite only
- -u show unread only
ttc topic [-h] [-n COUNT] [-f] [-b] TOPIC_ID
positional arguments:
- TOPIC_ID your topic_id
optional arguments:
- -n COUNT message counts
- -f follow like "tail -f"
- -b set read flag
ttc post [-h] [-t TALK] [-a FILE] TOPIC_ID [MESSAGE]
positional arguments:
- TOPIC_ID your topic_id
- MESSAGE if you do not specify, use stdin
optional arguments:
- -h, --help show this help message and exit
- -t TALK talk_id
- -a FILE attachment file