Commit graph

228 commits

Author SHA1 Message Date
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
Brett O'Connor
43491cb668 added append method which reads and adds to an existing model file 2015-05-19 15:49:35 -06:00
Brett O'Connor
d16ee04d5a added append command usage is: ebooks append model path/to/corpus.csv 2015-05-19 15:48:48 -06:00
Brett O'Connor
3352e3d6d4 binary now shows version number when requested 2015-05-19 10:08:42 -06:00
Jaiden Mispy
bab8d77556 Merge pull request #69 from Stawberri/save_user_object
@user variable
2015-03-24 00:15:33 +11:00
Jaiden Mispy
1b288add5c Merge pull request #75 from PeteLawler/master
Require fileutils
2015-03-24 00:14:09 +11:00
Peter Lawler
3003d5a014 Require fileutils
It's the little things that count on some systems. A whole bunch of twitter_ebooks things just wouldn't under Fedora unless I force fileutils as a requirement.
2015-03-23 19:48:51 +11:00
Jaiden Mispy
1d1b1930d8 3.0.9 2015-03-12 09:40:50 -07:00
Jaiden Mispy
d2f0dc7c18 Restore jsonify command for converting csv to json 2015-03-12 09:40:37 -07:00
Jaiden Mispy
4280d8c589 add clarifying note to README 2015-03-11 12:05:10 -07:00
Jaiden Mispy
9f9dfc9b0c Add warning when consuming a plaintext corpus 2015-03-11 02:41:18 -07:00
Jaiden Mispy
2c7246c30e 3.0.8 2015-02-07 22:15:45 -08:00
Jaiden Mispy
7aeb9024bd Fix consume-all help text 2015-02-07 21:12:50 -08:00
Stawberri
13e12922da Log message
Now shows a log message when user information is updated
2015-01-18 14:59:13 -08:00
Stawberri
499056e2e3 Send user ID array with on_connect.
This would be useful for people who might want to do some follow list
processing without using an extra requests (i.e. to compare with a list
of followers)
2015-01-17 21:16:57 -08:00
Stawberri
fd0529021a Fixed a variable name
Well, that's embarrassing.
2015-01-16 22:58:46 -08:00
Stawberri
b541b21456 Spec tests updates
Also added some new anti-responding-to-self tests.
2015-01-16 22:49:26 -08:00
Stawberri
770739d922 Check ID before updating user 2015-01-16 22:13:20 -08:00
Stawberri
19f670ed42 Redundant line removal
I can't spell.
2015-01-16 21:36:26 -08:00
Jaiden Mispy
d3183bd75f Merge pull request #70 from Stawberri/fix_regexp_warning
Fixed a warning message
2015-01-17 12:18:42 +10:00
Mispy
ed166e2694 3.0.7 - remove eventmachine dependency 2015-01-16 21:18:02 +00:00
Stawberri
c88aefece8 New on_connect event when stream is connected. 2015-01-15 15:51:13 -08:00
Stawberri
56f5bc3028 Fixed a warning message
It was bugging me whenever I syntax checked. :<
2015-01-15 03:10:15 -08:00