Commit graph

266 commits

Author SHA1 Message Date
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
Jaiden Mispy
639e200a83 Merge pull request #27 from FluffyPira/master
picture shortcut
2014-10-14 11:11:02 +11: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
Mispy
b3842a814a Merge pull request #22 from BooDoo/fix/consume-utf8
MODEL: Force utf-8, only parse CSV once
2014-06-28 09:09:53 +10: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
4b88d3326b Merge pull request #20 from BooDoo/feature/jsonify-csv
jsonify: Support tweets.csv
2014-06-01 17:21:44 +10:00
Joel McCoy
74fd9c1e2e jsonify: Support tweets.csv
Allow official archive tweets.csv as input to create Ebooks::Archive compatible JSON archive
2014-05-27 19:17:14 -04:00
Mispy
db453600be Merge pull request #18 from Hiramiya/master
Corrected usage information for `ebooks tweet`
2014-05-15 19:02:42 +10:00
Hiramiya
4c01b5e57a Corrected usage information for ebooks tweet
Usage information for `ebooks tweet` was incorrect, replaced with relevant explanation.
Fixes mispy/twitter_ebooks/issues/16
2014-05-11 11:31:45 +01:00
Mispy
a3e7b8e993 Recommend 2.1+ 2014-05-07 16:52:18 +10:00
Mispy
8a5c4831ad 2.2.5 - encoding: utf-8 2014-05-07 16:45:17 +10:00
Mispy
35a971e245 Merge pull request #17 from richo/master
Barf on invalid commands
2014-05-07 16:44:44 +10:00
Mispy
d5a347c280 Merge pull request #14 from TadeoKondrak/master
Fixed link to ebooks_example linking to twitter_ebooks.
2014-05-07 16:44:23 +10:00
Mispy
125b3c3b17 Merge pull request #13 from negatendo/master
csv import now looks for text column
2014-05-07 16:44:15 +10:00
Richo Healey
d67e376c73 Barf on invalid commands 2014-05-06 22:17:57 -07:00
Richo Healey
396a5dc26b Whitespace 2014-05-06 22:17:54 -07:00
Tadeo Kondrak
7b3905a2f6 Fixed link to ebooks_example linking to twitter_ebooks 2014-05-05 10:02:28 -06:00
Mispy
cf53eac1e7 Link to example in README 2014-05-05 18:54:41 +10:00
Brett O'Connor
2aac54c7aa csv import now looks for text column 2014-05-03 16:44:07 -06:00
Mispy
f80e84189a Update README to 2.2.4 2014-05-01 22:59:29 +10:00
Mispy
cf9151fa0b Merge pull request #12 from BooDoo/feature/csv
2.2.4? Consume tweets.csv from official twitter archives
2014-05-01 22:48:45 +10: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
Mispy
7c12710482 And self.tweet 2014-04-18 23:37:25 -07:00
Mispy
29f46629ed Add expanded usage information to commands 2014-04-18 22:51:51 -07:00
Mispy
47d600bb3b Add note about Ruby version 2014-03-31 03:08:27 -07:00
Mispy
425d284cc9 Merge pull request #6 from sferik/fix_permissions
Fix file permissions
2014-02-12 14:47:44 -08: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
Mispy
ee965e2a6b Merge pull request #5 from kivikakk/sprightliness
Sprightliness
2013-12-20 03:01:57 -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
7fd72da7bd Merge pull request #4 from B0073D/master
Added more information to readme to help new users
2013-12-11 17:55:31 -08:00
B0073D
707675c8cd Added more information to Readme
Added 'require' line to example and also information about statement separation in text files.
2013-12-12 10:32:03 +11:00
Mispy
9b82e9e1c5 2.1.7 2013-12-03 03:33:57 -08:00
Mispy
32f5d267e1 Remove Gemfile.lock files 2013-12-03 03:32:14 -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
Mispy
47e62bec94 Merge pull request #1 from michenriksen/master
Make event handlers optional to define
2013-12-01 18:55:52 -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