📜 ⬆️ ⬇️

twiny - posting to Twitter from the console

A week and a half ago, I read an article on Habré on the console online twitter client . I tried it, I liked it, I decided to try to write the same thing, but only in C ++, it seemed to work out. Now I can post without twittering the console to Twitter, at first I decided to write this project using QT, but I was very scared of the size ... 600+ kb for the console application in my opinion is a lot, therefore I wrote in pure C ++.
I understand that it was possible to use curl, it would have been shorter and would have been much smaller, but I write in C ++, so it turned out that way ...

Using:
twiny " "
or
twiny

Some characters will have to be escaped, such as!, (,) And ;, i.e. instead! writing \! ... is a command line trick, maybe in a while I'll figure out how to get around this ...

Project site
Sources ver.0.0.2
Splitted binary

')

Source: https://habr.com/ru/post/68038/


All Articles