Typing in the "conversation id" is terribly long and tedious. There must be a better way. However, it must uniquely select each conversation.
Using "participants" is another unique identifier for each conversation, but it can be just as long and tedious. And if the participant name uses characters from a character set (such as Chinese characters on an English computer), the characters will be freaky and nearly untypable in a Windows command window.
However, it would be possible to enumerate each conversation and allow the user to select the conversation by a single number. Numbers are universal to all languages and very easy to identify and type.
Thanks for the feedback.
Currently the call looks like this
python hangouts.py path/to/Hangouts.json -c UgzpubtSJwYEm3wMzVZ4AaA4AQI am thinking about allowing to short the call to
python hangouts.py path/to/Hangouts.json -c Ugzpuorpython hangouts.py path/to/Hangouts.json -c Ugzas long as the identifier is unique.This would be comparable to git, where IDs can be shortened in the very same way.
See: Git Tools Revision Selection
Please be patient as I have little time at the moment. I will work on it ASAP.