about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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.