From f465dce27cf0f07039e29d8975ad98939f0df3a9 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Apr 2016 20:18:05 -0400 Subject: Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f66739 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# libtwitter++ +libtwitter++ is a C++ Twitter client library I'm working on to replace twitcurl, which didn't quite fit my needs. libtwitter++ is intended to be object-oriented and simple to use. For technical reasons, the repository is called libtwittercpp. + +It is still under active development, and gains new features as I need them. Currently, libtwitter++ can: +- Authenticate with an OAuth consumer key, consumer secret, access key, and access secret. +- Upload media. +- Send tweets. Tweets can contain media. Tweets cannot currently be responses to other tweets. -- cgit 1.4.1