diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-10-20 08:58:20 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-10-20 08:58:20 -0400 |
commit | 9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b (patch) | |
tree | aae2c4d60588f32c94c7367df0b35664e468f86b /.gitmodules | |
parent | 4dade1b6f4f2b37a7ae9e6b1f7ca28e880fd7098 (diff) | |
download | chemist-9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b.tar.gz chemist-9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b.tar.bz2 chemist-9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b.zip |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 08a42de..2d58700 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -7,3 +7,6 @@ | |||
7 | [submodule "vendor/yaml-cpp"] | 7 | [submodule "vendor/yaml-cpp"] |
8 | path = vendor/yaml-cpp | 8 | path = vendor/yaml-cpp |
9 | url = https://github.com/jbeder/yaml-cpp | 9 | url = https://github.com/jbeder/yaml-cpp |
10 | [submodule "vendor/libtwittercpp"] | ||
11 | path = vendor/libtwittercpp | ||
12 | url = https://github.com/hatkirby/libtwittercpp | ||