From 5413c1c0dc40b24fd0932e3b8f7fdfa3a596859f Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 27 Nov 2016 15:18:05 -0500 Subject: Updated verbly & libtwitter++ to remove dependence on json submodule The current version of libtwitter++ has an updated API, so the bot had to be updated to use the new API; additionally, the usage of the UNIX-dependent sleep call was replaced by the sleep functionality in the C++ standard library. At some point, we should also replace the usage of the C random library with the C++ random library. Finally, some initialization functionality that was being repeated for every generated tweet was instead moved out of the main loop. --- vendor/libtwittercpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/libtwittercpp') diff --git a/vendor/libtwittercpp b/vendor/libtwittercpp index aceb3cc..d90a1e7 160000 --- a/vendor/libtwittercpp +++ b/vendor/libtwittercpp @@ -1 +1 @@ -Subproject commit aceb3cc33ee78cce1077252aff8a8808a3195ff1 +Subproject commit d90a1e74c77ba67f25a812609fd49d479bc464dd -- cgit 1.4.1