The idea is to make a CLI VK client, starting with the messaging part. The main ideas:
- Do not imitate GUI like https://github.com/vk-cli/vk
- Make Unix pipes, I/O redirects, etc. work as expected. For example, it should be possible to write a message in a way similar to
echo "Hello world" | vk send `vk find Pavel Durov | head -n 1`
- This should make possible automating interactions with VK with bash.
I want to hear the feedback.
The idea is to make a CLI VK client, starting with the messaging part. The main ideas:
echo "Hello world" | vk send `vk find Pavel Durov | head -n 1`I want to hear the feedback.