Commit graph

56 commits

Author SHA1 Message Date
Jaiden Mispy
746d218896 Fix tweet event handling 2014-11-14 22:59:39 +11:00
Jaiden Mispy
e646e24744 Use new twitter gem streaming support
Made more complicated by the fact that this
is not inherently eventmachine-based, unlike
tweetstream
2014-11-14 22:46:07 +11:00
Geoffroy Couprie
0fe4b627d0 update deprecated code 2014-10-29 19:00:49 +01:00
Geoffroy Couprie
2698963fb1 consume multiple corpuses 2014-10-29 18:56:37 +01:00
Geoffroy Couprie
9731575a3d update twitter gem to 5.0 2014-10-27 13:57:07 +01:00
Jaiden Mispy
0cb7abcb52 Test that models save and load correctly 2014-10-25 06:59:34 -07:00
Jaiden Mispy
7e62000e37 2.3.2 2014-10-25 05:49:49 -07:00
Jaiden Mispy
302ea0229d grr stupid mistake 2014-10-25 05:49:23 -07:00
Jaiden Mispy
1f8ea676bd 2.3.1 2014-10-25 05:19:03 -07:00
Jaiden Mispy
4052d534b2 Save only necessary data into model 2014-10-25 04:26:52 -07:00
Jaiden Mispy
81b4f78187 2.3.0 2014-10-25 03:46:46 -07:00
Jaiden Mispy
3b1d6f856d Switch to using token indexes instead of strings 2014-10-24 09:55:49 -07:00
Jaiden Mispy
6ae1dd5dac 2.2.9 2014-10-20 00:16:10 -07:00
Jaiden Mispy
203c20f6f3 Seems we can't go to twitter 5 yet 2014-10-20 00:16:10 -07:00
Paul Friedman
927efe7f07 Fix parser swapping mentions and sentences 2014-10-19 22:33:17 -07:00
Jaiden Mispy
6f27d32bf1 2.2.8 2014-10-19 01:22:42 -07:00
Jaiden Mispy
2662558e1a Use new twitter gem style in archiver 2014-10-19 00:19:44 -07:00
Jaiden Mispy
bf1d6ae8a4 2.2.7 2014-10-18 23:00:50 -07:00
Jaiden Mispy
f4dbf89c15 Fix deprecations for twitter gem 5 2014-10-18 22:59:28 -07:00
Jaiden Mispy
228e0caa65 More memory profiling 2014-10-18 22:21:50 -07:00
Jaiden Mispy
b7f67ec0a6 Memory optimization 2014-10-16 03:02:39 -07:00
Jaiden Mispy
d09d968915 rspec and memory_profiler 2014-10-14 01:02:08 -07:00
Pira Wetton
3706ae0bbb picture shortcut 2014-09-23 20:26:48 -04:00
Mispy
a2b374f48c 2.2.6 2014-06-28 18:51:43 -07:00
Joel McCoy
be6ac9127f MODEL: Read in utf-8, only parse CSV once
Ran into `Encoding::CompatibilityError` issue trying to consume my corpus (tweets.csv) on Windows 7, but this likely affects other environments as well. 

Fix: force reading corpus file contents as utf-8.

Also a quick clean-up of the CSV flow to only parse the content once instead of double-dipping.
2014-06-27 18:42:51 -04:00
Mispy
8a5c4831ad 2.2.5 - encoding: utf-8 2014-05-07 16:45:17 +10:00
Brett O'Connor
2aac54c7aa csv import now looks for text column 2014-05-03 16:44:07 -06:00
Joel McCoy
872dabdbf8 Support consuming tweets.csv from official twitter archives 2014-04-30 20:32:51 -04:00
Mispy
17ef359de2 2.2.3 - Avoid some mention edge cases 2014-04-28 10:57:14 -07:00
Mispy
a836e00a87 2.2.2 2014-04-24 21:43:22 -07:00
Mispy
5d55d90f85 Be more paranoid about identifying mentions 2014-04-24 20:55:53 -07:00
Mispy
d676eaa77f 2.2.1 - Handle mentions at end of string 2014-04-20 06:17:57 -07:00
Mispy
95a075899a 2.2.0 2014-04-19 22:15:08 -07:00
Mispy
f362f1ab2b Fix off-by-one error in mentionless calculation 2014-04-19 22:13:07 -07:00
Erik Michaels-Ober
7e033b7b3b Fix file permissions 2014-02-12 16:23:49 +01:00
Mispy
1c12191175 2.1.9 2014-01-28 16:36:45 -08:00
Mispy
34b8c5d0a0 Use binary read/write mode for Windows 2014-01-28 16:36:23 -08:00
Mispy
0ac940a1e0 2.1.8 - Don't require tweetstream 2014-01-21 06:52:03 -08:00
Amelia Cuss
437e1edff6 Don't connect a TweetStream if we don't use it. 2013-12-12 13:29:20 +00:00
Amelia Cuss
dbe909f7b7 Use STDOUT, please.
It exists for a reason!  Otherwise we can't distinguish errors (like
from unhandled exceptions).
2013-12-12 13:29:19 +00:00
Mispy
9b82e9e1c5 2.1.7 2013-12-03 03:33:57 -08:00
Mispy
62f3535594 2.1.6 2013-12-03 02:10:54 -08:00
Mispy
45bfeca5bb Use ENV['HOME'] for config path 2013-12-03 02:10:54 -08:00
Michael Henriksen
8402bbdc80 Make event handlers optional to define
Check if event handlers have been defined before attempting to call them.
This prevents the bot from crashing in the case that an event handler
hasn't been defined.
2013-11-30 19:26:40 +01:00
Mispy
e30ffaf630 2.1.5 2013-11-27 07:07:09 -08:00
Mispy
72073c429e 2.1.4 2013-11-27 07:02:05 -08:00
Mispy
306c9ab873 Allow consumption of json archives 2013-11-27 05:12:54 -08:00
Mispy
acc2f42b38 2.1.3 - better archiver 2013-11-24 13:16:34 -08:00
Mispy
c3053e5091 2.1.2 - twitter gem version conflicts 2013-11-20 16:33:07 -08:00
Mispy
8f5bb52977 2.1.1 2013-11-20 16:11:43 -08:00