I am using Tweetinvi in order to get information from twitter to use it with openFrameworks library and C++.
I am currently returning information to the console straight from twitter but I am unsure how I might get this information into my c++ program, is this usually done?
I had thoughts of maybe saving it to a text file and read that from C++, but hopefully there is a way to integrate the programs.
Thanks