You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: