Commit graph

16 commits

Author SHA1 Message Date
Effy Elden
b911891964 Added image folder to skeleton. 2016-02-26 06:21:33 +11:00
Jaiden Mispy
7f74849d0f Add on_retweet to skeleton/README 2016-01-13 02:27:24 -08:00
Alina Saalfeld
18922ee3b5 Move stopwords.txt to be accessable by bot developer 2015-09-29 17:17:30 +02:00
Stawberri
3cea0c83e2 Bot can now respond to favorite events.
I wrote this for myself, but I thought I would share!
2015-01-06 21:40:17 -08:00
Stawberri
3a350526b4 Removed reply_prefix from examples
These methods now automatically add in reply_prefix in v3.
2014-12-11 20:01:57 -08:00
Stawberri
de73f4778b Renamed skeleton/.gitignore to gitignore
Did you know? The .gitignore inside skeleton/ was actually affecting
twitter_ebooks's repo. This fixes that by moving it for twitter_ebooks,
and moving it back when people make their repositories!
2014-12-08 21:46:27 -08:00
Stawberri
83e1bb1aef Remove * in default .gitignore
corpus/* matches all files in the first level directory inside corpus,
so it would match corpus/lala.txt but not corpus/secret/lala.txt.

corpus/ matches the directory corpus itself, meaning that corpus/ and
everything inside of it shouldn't be uploaded.

corpus/** matches everything inside corpus, including contents of
subdirectories, while still allowing corpus/ itself to be uploaded. This
solves the initial problem I posed (with corpus/secret/lala.txt), but it
just feels tidier to just remove the entire folder.
2014-12-07 21:43:59 -08:00
Jaiden Mispy
141e43719a and the skeleton 2014-12-06 00:17:54 +11:00
Jaiden Mispy
dd505d7dc9 bundle exec 2014-12-05 22:58:45 +11:00
Jaiden Mispy
822f5e4c6c More cleanup 2014-12-05 22:57:32 +11:00
Pira Wetton
3706ae0bbb picture shortcut 2014-09-23 20:26:48 -04:00
Erik Michaels-Ober
7e033b7b3b Fix file permissions 2014-02-12 16:23:49 +01:00
Mispy
32f5d267e1 Remove Gemfile.lock files 2013-12-03 03:32:14 -08:00
Mispy
5c6004f694 Add Gemfile, empty corpus/model to skeleton 2013-11-27 06:54:53 -08:00
Mispy
00f0228dd4 2.0.8 -- different generation algorithm 2013-11-14 07:58:46 -08:00
Mispy
e87dc5862b Github time! 2013-11-08 06:02:05 +11:00