diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-12-01 09:06:11 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-12-01 09:06:11 -0500 |
commit | 0b419d526ced4826dd9e59e3d04ef97fd33983f6 (patch) | |
tree | 913581821b6360c821376c8ef9255944868921f4 /.gitmodules | |
parent | 62287325587649ee62188522a1cb429c53edff72 (diff) | |
download | wordplay-0b419d526ced4826dd9e59e3d04ef97fd33983f6.tar.gz wordplay-0b419d526ced4826dd9e59e3d04ef97fd33983f6.tar.bz2 wordplay-0b419d526ced4826dd9e59e3d04ef97fd33983f6.zip |
Switched from twitcurl to libtwitter++
Also updated verbly to remove dependence on json submodule, replaced the UNIX-dependent sleep call with the sleep functionality in the C++ standard library, and changed the tweet delay from 3 hours to 1 hour.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index b678533..43303e3 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,9 +4,6 @@ | |||
4 | [submodule "vendor/verbly"] | 4 | [submodule "vendor/verbly"] |
5 | path = vendor/verbly | 5 | path = vendor/verbly |
6 | url = https://github.com/hatkirby/verbly | 6 | url = https://github.com/hatkirby/verbly |
7 | [submodule "vendor/twitcurl"] | ||
8 | path = vendor/twitcurl | ||
9 | url = https://github.com/swatkat/twitcurl | ||
10 | [submodule "vendor/yaml-cpp"] | 7 | [submodule "vendor/yaml-cpp"] |
11 | path = vendor/yaml-cpp | 8 | path = vendor/yaml-cpp |
12 | url = https://github.com/jbeder/yaml-cpp | 9 | url = https://github.com/jbeder/yaml-cpp |