about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-12-05 09:28:38 -0500
committerGitHub <noreply@github.com>2016-12-05 09:28:38 -0500
commit9ae1d012c365446771310831c8b959c7d8b7efcc (patch)
tree914c1ece6df3f105b1f867e1777b00c4f6667298 /README.md
parent4f88ef857af5a4356b2ea6c069416c9931d47ab2 (diff)
downloadblessed-9ae1d012c365446771310831c8b959c7d8b7efcc.tar.gz
blessed-9ae1d012c365446771310831c8b959c7d8b7efcc.tar.bz2
blessed-9ae1d012c365446771310831c8b959c7d8b7efcc.zip
Updated README; changed twitcurl to libtwitter++
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2bd00de..a44b019 100644 --- a/README.md +++ b/README.md
@@ -4,6 +4,6 @@ blessed is a twitter bot that generates holy rhyming aesthetic like this:
4<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">⁉️ god aide this grade ⁉️</p>&mdash; #BLESSED (@blessthisdoobie) <a href="https://twitter.com/blessthisdoobie/status/710930520994140161">March 18, 2016</a></blockquote> 4<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">⁉️ god aide this grade ⁉️</p>&mdash; #BLESSED (@blessthisdoobie) <a href="https://twitter.com/blessthisdoobie/status/710930520994140161">March 18, 2016</a></blockquote>
5<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> 5<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
6 6
7It uses my natural language generation library [verbly](https://github.com/hatkirby/verbly) to pick words, [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file, and [twitcurl](https://github.com/swatkat/twitcurl) to send the status updates to Twitter. 7It uses my natural language generation library [verbly](https://github.com/hatkirby/verbly) to pick words, my C++ Twitter library [libtwitter++](https://github.com/hatkirby/libtwittercpp) to send the status updates to Twitter, and [YAMLcpp](https://github.com/jbeder/yaml-cpp) to read a configuration file.
8 8
9The canonical blessed handle is [@blessthisdoobie](https://twitter.com/blessthisdoobie). 9The canonical blessed handle is [@blessthisdoobie](https://twitter.com/blessthisdoobie).