Commit graph

266 commits

Author SHA1 Message Date
7f3d372a61 Merge remote-tracking branch 'mispy/master' 2017-05-07 14:47:01 +00:00
5888d771e8 Merge remote-tracking branch 'mispy/master' 2017-05-07 14:38:19 +00:00
Jaiden Mispy
75566103d4 Case-insensitive Bot::get 2016-08-21 23:37:44 +10:00
Jaiden Mispy
50daa5ab03 Add error message if you tweet from nonexistent bot 2016-08-21 22:44:26 +10:00
Jaiden Mispy
aed6787706 Merge pull request #128 from ineffyble/tweak/output-auth-tokens-in-rb-format
Change output of ebooks auth so it can be copy-pasted into bots.rb
2016-08-21 11:27:36 +10:00
Effy Elden
f8e62f9bd8 Change output of ebooks auth so it can be copy-pasted into bots.rb 2016-08-19 23:33:46 +10:00
Jaiden Mispy
0733453a6f Merge pull request #109 from ineffyble/master
Add 'sync' command
2016-03-04 19:38:23 +11:00
Jaiden Mispy
bfaedc5888 Merge pull request #110 from penman/master
Waaaaaayyyyy more efficient delaying
2016-03-02 12:40:28 +11:00
Ross Penman
29be84607a
Waaaaaayyyyy more efficient delaying 2016-03-02 01:31:55 +00:00
Effy Elden
b911891964 Added image folder to skeleton. 2016-02-26 06:21:33 +11:00
Effy Elden
8bf15d2a1b Added sync command 2016-02-26 06:18:53 +11:00
Jaiden Mispy
8bbe22f55c Less strict anti-bot strategies 2016-02-23 07:00:09 +11:00
Jaiden Mispy
44d16f3b4f Merge pull request #107 from ineffyble/master
Fixed bug where an empty corpus .json would cause archive command to fail
2016-02-23 02:16:50 +11:00
Effy Elden
55143feed4 Fixed bug where an empty corpus .json would cause archive command to fail 2016-02-22 23:12:25 +08:00
Jaiden Mispy
36a64736bf Add note to suffix.rb about tikis 2016-02-05 05:37:37 +11:00
Jaiden Mispy
7df08f9531 There may still be empty sentences in suffix model 2016-02-04 18:11:50 +11:00
Jaiden Mispy
2cbd794969 3.1.6 2016-01-22 07:58:19 +11:00
Jaiden Mispy
a272bd69ca Handle edge-case corpuses with short sentences 2016-01-21 12:51:33 -08:00
Jaiden Mispy
dbae6d3499 3.1.5 2016-01-15 15:59:50 -08:00
Jaiden Mispy
21f2f84a79 Don't zero the archive file if no new tweets (ick) 2016-01-15 15:59:16 -08:00
Jaiden Mispy
ee6fd9c4c4 3.1.4 2016-01-13 03:16:40 -08:00
Jaiden Mispy
52f2dbd8ff Require Ruby 2.1+ for GC::INTERNAL_CONSTANTS 2016-01-13 02:53:56 -08:00
Jaiden Mispy
9976b6ddb7 Force unix line endings on checkout 2016-01-13 02:51:31 -08:00
Jaiden Mispy
7f74849d0f Add on_retweet to skeleton/README 2016-01-13 02:27:24 -08:00
Jaiden Mispy
20dff3a148 Fire event when someone retweets us. Fixes #76 2016-01-13 01:29:33 -08:00
Jaiden Mispy
951669e972 Error before archive download if file inaccessible
Fixes #85
2016-01-13 01:00:16 -08:00
Jaiden Mispy
8320576ab3 Don't run more passes if no variant. Fixes #79 2016-01-13 00:34:38 -08:00
Jaiden Mispy
473d84ba22 3.1.3 2016-01-13 00:12:16 -08:00
Jaiden Mispy
14f82a716f Don't infinite loop for very small tweets. #78 2016-01-13 00:06:41 -08:00
Jaiden Mispy
554aa2654c Monkeypatch to fix #91 with current twitter gem 2016-01-12 23:36:21 -08:00
Jaiden Mispy
25e3724f4d Raise memory expectation in test slightly 2016-01-12 23:28:53 -08:00
Jaiden Mispy
6db13e085b Merge pull request #99 from rachelhyman/blacklist
Don't reply to blacklisted users
2016-01-13 18:27:41 +11:00
Rachel Hyman
cbec615108 Don't reply to blacklisted users 2016-01-08 16:33:05 -06:00
Jaiden Mispy
b3ab5665c8 Add note about ~/.ebooksrc to archive help 2015-12-14 16:38:47 -08:00
Jaiden Mispy
05f47d4bd0 Make model dir on consume if not exist
Fixes #93
2015-11-02 17:11:01 -08:00
Jaiden Mispy
8a67a69649 Merge pull request #92 from Gotos/master
Fix utf8 in keywords and make stopwords accessable for bot developers
2015-09-30 04:49:10 +08:00
Alina Saalfeld
18922ee3b5 Move stopwords.txt to be accessable by bot developer 2015-09-29 17:17:30 +02:00
Alina Saalfeld
3402506dd3 Fix utf-8 in keywords 2015-09-29 16:52:46 +02:00
Jaiden Mispy
17d5c266d0 3.1.2 2015-09-25 01:36:37 -07:00
Jaiden Mispy
feab8383cc ...rather, require twitter 5.14 due to #91 2015-09-25 01:35:24 -07:00
Jaiden Mispy
0e557ff7b4 3.1.1 2015-09-25 01:30:48 -07:00
Jaiden Mispy
e95d63e14c Explicitly require twitter gem ~> 5.15 due to #91 2015-09-25 01:29:53 -07:00
Jaiden Mispy
f22ca8841c Merge pull request #68 from prichey/master
Fix deprecation warning, update 'interesting keywords' favoriting example
2015-06-13 18:07:41 +10:00
Jaiden Mispy
42eee9f8e6 Merge pull request #82 from negatendo/consume_append
append to model
2015-06-13 18:07:20 +10:00
Jaiden Mispy
4041cfd642 Merge pull request #81 from negatendo/version
script now shows version number when requested
2015-06-13 18:06:44 +10:00
Jaiden Mispy
980573a5f1 Merge pull request #86 from orezpraw/master
Stuff I had to change to get the bot working
2015-06-13 18:06:04 +10:00
Joshua Charles Campbell
a885d5fe22 stuff I had to change to get the bot working 2015-06-04 10:46:01 -06:00
Jaiden Mispy
854f4351ee 3.1.0 2015-05-24 01:30:51 -07:00
Jaiden Mispy
13e5c47301 Fix issue in user self-update 2015-05-24 01:30:31 -07:00
Jaiden Mispy
2f3f117b39 Remove extraneous sample 2015-05-22 11:17:05 -07:00