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
af534ed0cb
Update comments about scheduling
2015-05-18 19:01:34 -07:00
c60a936f99
Clean up scheduling
2015-05-17 23:25:29 -07:00
7d6f4449a6
Fix paths to model and archive
2015-05-17 19:10:27 -07:00
1af45f8dbc
Fix model_path
...
Apparently @model_path is not correct.
2015-05-17 19:07:18 -07:00
9e9f9f1072
Add .ebooksrc
2015-05-17 19:05:11 -07:00
a6996c3815
Archive tweets on startup
2015-05-17 19:01:36 -07:00
405da13178
Ignore everything in model/
2015-05-17 19:01:08 -07:00
f21dadea14
Remove model
2015-05-17 19:00:38 -07:00
c1b56efb28
Add a cron job that runs at 5am to refresh the corpus
2015-05-15 22:39:23 -07:00
f87a14f0b9
Rename worker -> ebooks in Profile
2015-05-15 21:55:05 -07:00
4afbc606b7
Add Gemfile.lock
2015-05-15 21:48:24 -07:00
b7d1287be6
Update model: erynofwales
2015-05-15 21:47:29 -07: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
a083b9b7ef
Add my current erynofwales model
2015-01-19 13:23:22 -08:00
7318806856
Add python script to read tweets from Twitter archive
2015-01-19 13:20:32 -08:00
5756f4912a
Bring in bots.rb from ebooks_example
2015-01-19 11:59:54 -08:00
ed283a5340
Initial commit
2015-01-18 23:27:11 -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
Stawberri
442dcb3370
Compare ids instead of usernames
...
Non user-editable values are less prone to strange errors, right?
2015-01-15 03:07:42 -08:00
Stawberri
5c6746cc46
Renamed update_user_object
...
Just to reduce confusion, to make sure people don't accidentally set
@user to someone else in the future.
2015-01-15 02:49:16 -08:00
Stawberri
023cbb3183
Restructure receive_event to use case
...
This is much more readable!
2015-01-15 02:46:09 -08:00
Stawberri
0f56a1a6eb
Update @user when receiving a user_update event.
2015-01-15 02:39:01 -08:00
Stawberri
d657f25be4
Create @user variable
...
Since #prepare already calls twitter.user, it'd be best to just save it!
2015-01-15 02:34:45 -08:00
Preston Richey
9b198c4898
Fix deprecation warning
2015-01-12 23:06:16 -06:00
Jaiden Mispy
158683fe06
Merge pull request #65 from Stawberri/on_favorite
...
Bot can now respond to favorite events
2015-01-13 14:38:16 +10: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
Jaiden Mispy
235684d8f1
Merge pull request #64 from BooDoo/fix/bot#unfollow
...
Fix typo in Bot#unfollow
2015-01-03 09:54:12 +11:00
Joel McCoy
6e41bdb373
Fix typo in Bot#unfollow
2015-01-02 17:22:39 -05:00
Jaiden Mispy
596f41f15f
Keep people in convo as long as they replied once
2014-12-20 07:24:40 +11:00
Jaiden Mispy
52d82c99ae
fix test
2014-12-16 15:28:05 +11:00