twitcurl

Pure C++ Twitter API library based on cURL
Download

twitcurl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Publisher Name:
  • swatkat
  • Publisher web site:
  • http://swatrant.blogspot.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 102 KB

twitcurl Tags


twitcurl Description

Pure C++ Twitter API library based on cURL twitcurl is an open-source and free pure C++ library for Twitter REST APIs. Currently, twitcurl features support for most of the twitter APIs and it will be updated to support all the APIs. twitcurl uses cURL library for handling HTTP requests and responses. Building applications using twitcurl is quite easy:· Compile twitcurl source files (twitcurl.h and twitcurl.cpp) and link with cURL library (libcurl.lib) to build twitcurl.lib· Include twitcurl.h in your twitter based application and link to twitcurl.lib and libcurl.lib/libcurl.dll.· Instantiate an object of twitCurl class and use the twitter API wrappers that are exposed as public methods.twitcurl works on all OS (Windows, Linux, Mac etc.) as it is written completely in C++ and the only dependency is cURL (which works on all OSes mentioned earlier).


twitcurl Related Software