summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-10-20 08:58:20 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-10-20 08:58:20 -0400
commit9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b (patch)
treeaae2c4d60588f32c94c7367df0b35664e468f86b /.gitmodules
parent4dade1b6f4f2b37a7ae9e6b1f7ca28e880fd7098 (diff)
downloadinsult-9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b.tar.gz
insult-9ab9e5fcbc1534111d74c688bf7ad6d6ad46ff2b.tar.bz2
insult-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--.gitmodules3
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