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/verbly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/verbly') diff --git a/vendor/verbly b/vendor/verbly index 6c2aca0..1f898f3 160000 --- a/vendor/verbly +++ b/vendor/verbly @@ -1 +1 @@ -Subproject commit 6c2aca03c89b37e136ab4c7ea58b485dadc85bcd +Subproject commit 1f898f3bd66c29672275c2c884b17ba662ced626 -- cgit 1.4.1