C++ Twitter API Library (Core)
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
curl
examples
generator
m4
src
testSuite
.gitignore
AUTHORS
CMakeLists.txt
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS
README
README.md
aminclude.am
config.h.in
configure.ac
doxygen.cfg
install-sh
libtwitter-core.pc.in

README.md

LibTwitter-Core

LibTwitter C++ (or LibTwitter Cpp or LibTwitter) is a C++ Twitter API library.

LibTwitter will be divided in two layers :

  • LibTwitter-Core - (Status : In development) Using libcURL, LibTwitter-Core provides features to easily send requests (REST 1.1 or Streaming) to Twitter API and retrieve raw JSON responses.

  • LibTwitter(-Easy) (Status : Not started yet) This layer will use LibTwitter-Core and a JSON parser, in order to provide higher level methods, allowing programmers to manipulate C++ Ojects (Tweet, User, Timeline, etc ...) and methods ( Tweet::retweet(...), Tweet::reply(...), User::send_message(...), etc )