about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-04-15 20:18:05 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-04-15 20:18:05 -0400
commitf465dce27cf0f07039e29d8975ad98939f0df3a9 (patch)
tree1d7afb3c114e2fef182907c074be7da812944225
parenta3d1ed08683c75c22d13f25e33f4333debf4f718 (diff)
downloadlibtwittercpp-f465dce27cf0f07039e29d8975ad98939f0df3a9.tar.gz
libtwittercpp-f465dce27cf0f07039e29d8975ad98939f0df3a9.tar.bz2
libtwittercpp-f465dce27cf0f07039e29d8975ad98939f0df3a9.zip
Create README.md
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f66739 --- /dev/null +++ b/README.md
@@ -0,0 +1,7 @@
1# libtwitter++
2libtwitter++ 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.
3
4It is still under active development, and gains new features as I need them. Currently, libtwitter++ can:
5- Authenticate with an OAuth consumer key, consumer secret, access key, and access secret.
6- Upload media.
7- Send tweets. Tweets can contain media. Tweets cannot currently be responses to other tweets.