diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-04-15 20:18:05 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-04-15 20:18:05 -0400 |
commit | f465dce27cf0f07039e29d8975ad98939f0df3a9 (patch) | |
tree | 1d7afb3c114e2fef182907c074be7da812944225 /README.md | |
parent | a3d1ed08683c75c22d13f25e33f4333debf4f718 (diff) | |
download | libtwittercpp-f465dce27cf0f07039e29d8975ad98939f0df3a9.tar.gz libtwittercpp-f465dce27cf0f07039e29d8975ad98939f0df3a9.tar.bz2 libtwittercpp-f465dce27cf0f07039e29d8975ad98939f0df3a9.zip |
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
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++ | ||
2 | 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. | ||
3 | |||
4 | It 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. | ||