diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bd00de --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,9 @@ | |||
1 | # blessed | ||
2 | blessed is a twitter bot that generates holy rhyming aesthetic like this: | ||
3 | |||
4 | <blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">⁉️ god aide this grade ⁉️</p>— #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> | ||
6 | |||
7 | It 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. | ||
8 | |||
9 | The canonical blessed handle is [@blessthisdoobie](https://twitter.com/blessthisdoobie). | ||