From 9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 20 Oct 2016 08:58:20 -0400 Subject: Switched from twitcurl to libtwitter++ Also updated verbly, switched from C random interface to C++ random interface, and reworked the datafile to give the generated tweets a different feel. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 08a42de..2d58700 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vendor/yaml-cpp"] path = vendor/yaml-cpp url = https://github.com/jbeder/yaml-cpp +[submodule "vendor/libtwittercpp"] + path = vendor/libtwittercpp + url = https://github.com/hatkirby/libtwittercpp -- cgit 1.4.1