开发者

How to integrate twitter with c++ application?

开发者 https://www.devze.com 2023-02-12 13:09 出处:网络
I have a C++ application that uses curl to go to log in to a website, get information, and then parse the information.Now I want to send myself an alert to my phone via sms or e-mail or I can I also s

I have a C++ application that uses curl to go to log in to a website, get information, and then parse the information. Now I want to send myself an alert to my phone via sms or e-mail or I can I also send the alert to twitter and then get a notification that way.

My environment is windows vista and I use MSVS 8.

I just need something easy that i can throw together quick to notify myself when something on the webpage changes.

开发者_运维问答If there's anything that will work with curl (POST/GET), even better because I am already familiar with that.

thanks!


Twitcurl provides a Twitter API on top of cURL.

0

精彩评论

暂无评论...
验证码 换一张
取 消