https://github.com/ContentMine/quickscrape

sort by:
Revision Author Date Message Commit Date
f52b97d Release v0.2.2. 03 July 2014, 21:48:23 UTC
0430bff bump thresher dependency version 03 July 2014, 21:47:58 UTC
f43093e update gitignore 03 July 2014, 21:47:36 UTC
2ebfdfc delete accidentally included log 03 July 2014, 21:47:20 UTC
1f128e8 add dryrun to gitignore 02 July 2014, 23:49:24 UTC
bfaa771 Release v0.2.1. 02 July 2014, 21:51:15 UTC
5f986d3 drop package.json minor ver so npm can release 02 July 2014, 21:51:09 UTC
dc51969 package metadata fixes 02 July 2014, 21:50:25 UTC
1a2e360 Release v0.2.0. 02 July 2014, 21:44:14 UTC
bb08fce bump minor version 02 July 2014, 21:44:08 UTC
2a4b71f empty test placeholder 29 June 2014, 21:54:37 UTC
23d16fc increase thresher version dependency 29 June 2014, 21:45:51 UTC
bd287e0 remove checkdeps 29 June 2014, 21:45:19 UTC
b83c634 abstract out scraping to thresher library 29 June 2014, 21:43:58 UTC
9d1d374 Merge branch 'master' of github.com:ContentMine/quickscrape 29 June 2014, 20:32:43 UTC
ba0ac56 update jsdom dependency min version 29 June 2014, 20:32:27 UTC
67da64f log error if html not rendered 29 June 2014, 20:31:52 UTC
6689460 Rename LICENSE-MIT to LICENSE 23 June 2014, 07:46:26 UTC
5b2142e typo 23 June 2014, 07:40:25 UTC
3104a0b nicer dl count badge 23 June 2014, 07:38:54 UTC
cd294fc add NPM badge 23 June 2014, 07:36:31 UTC
94e6bbb Merge branch 'master' of github.com:ContentMine/quickscrape 19 June 2014, 11:41:57 UTC
436f18d Release v0.1.7. 19 June 2014, 11:41:48 UTC
76e6a42 prep v0.1.7 19 June 2014, 11:41:40 UTC
a5741d0 prevent jsdom fetching and running external scripts the page rendered by the headless browser will already contain all modificatios to the page fixed in the HTML/CSS, therefore having jsdom fetch and run the scripts again is a waste of resources and exposes us to the possibility that external scripts will try to do things outside of the jsdom API. fixes #10 19 June 2014, 11:37:45 UTC
6018a12 Update README.md 19 June 2014, 10:16:20 UTC
c64311f add codeclimate 04 June 2014, 14:31:55 UTC
e8ce48e Merge branch 'master' of github.com:ContentMine/quickscrape 04 June 2014, 08:24:31 UTC
1c360ff real full coverage of dom 04 June 2014, 08:24:18 UTC
76e7eac delegate to jsdom getAttribute 04 June 2014, 08:24:01 UTC
ab73bea remove wayward console.logs 04 June 2014, 07:55:16 UTC
2355975 remove spooky from deps - it's in the npm install 04 June 2014, 07:21:34 UTC
934ac4f update description 04 June 2014, 07:01:31 UTC
8ae4739 actual full coverage of scraperJSON 03 June 2014, 22:24:22 UTC
c5013c1 full dom test coverage 03 June 2014, 21:38:31 UTC
b576efb full scraperJSON tests 03 June 2014, 20:54:07 UTC
dfd8b5b Release v0.1.6. 03 June 2014, 14:33:28 UTC
37190cd add dependency checking option; bump ver 03 June 2014, 14:32:43 UTC
5163d82 Release v0.1.5. 03 June 2014, 11:49:36 UTC
73317e1 prep for v0.1.5 03 June 2014, 11:47:10 UTC
f118977 merge 03 June 2014, 11:44:41 UTC
417205d allow validation of elements only 03 June 2014, 11:42:34 UTC
7881eb0 Update README.md 02 June 2014, 08:50:22 UTC
1590b70 Update README.md 02 June 2014, 08:49:58 UTC
5f319d4 use https git for demo 01 June 2014, 21:59:11 UTC
a6911df Merge branch 'master' of github.com:ContentMine/quickscrape 01 June 2014, 20:21:06 UTC
66f84d2 add 20second page load timeout (fixes #4) 01 June 2014, 20:20:55 UTC
847f3af update git.io install script 01 June 2014, 17:00:53 UTC
fc12637 add unsafe perms 01 June 2014, 16:11:54 UTC
0c41a6a latest installation instructions 01 June 2014, 14:51:16 UTC
10f85b1 fix merge 01 June 2014, 14:18:46 UTC
3a36c76 Merge branch 'master' of github.com:ContentMine/quickscrape Conflicts: README.md # # It looks like you may be committing a merge. # If this is not correct, please remove the file # .git/MERGE_HEAD # and try again. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Your branch and 'origin/master' have diverged, # and have 2 and 1 different commit each, respectively. # (use "git pull" to merge the remote branch into yours) # # All conflicts fixed but you are still merging. # # Changes to be committed: # modified: README.md # # Changes not staged for commit: # modified: test/data/tiny2.html # modified: test/scrapeSpec.js # # Untracked files: # npm-debug.log # rendered.html # results.json # 01 June 2014, 14:16:11 UTC
310d412 add universal Debian/Ubuntu install script 01 June 2014, 14:12:22 UTC
50f2d85 update .gitignore with npm debug 01 June 2014, 14:12:00 UTC
69d0381 Added RichardSU's fix for Mac OSX May work for others 01 June 2014, 09:20:20 UTC
2644768 typo 31 May 2014, 19:28:37 UTC
da37666 fix screenshot url 31 May 2014, 19:26:10 UTC
37b120e add screenshots to README 31 May 2014, 19:25:18 UTC
b2b7dd3 fix spurious test fails due to logger 31 May 2014, 19:22:13 UTC
145d135 Release v0.1.4. 31 May 2014, 19:17:57 UTC
352d172 v0.1.4 prep 31 May 2014, 19:17:27 UTC
9baf9a5 add ability to process multiple URLs without a native sleep 31 May 2014, 17:18:38 UTC
4aadcdb mutiple urls 31 May 2014, 14:28:48 UTC
6b68ecc dom tests wip 31 May 2014, 14:28:26 UTC
8ad34c6 better loggin of downloads 31 May 2014, 13:29:25 UTC
5e1a3e9 fix merge errors 31 May 2014, 13:12:41 UTC
dc33289 wip 30 May 2014, 21:18:26 UTC
2663aec remove old blanket require 30 May 2014, 20:03:01 UTC
3f72a18 another test commadn fix 30 May 2014, 19:58:54 UTC
ff54905 fix travis test command 30 May 2014, 19:55:27 UTC
4cad6cb update travis settings for coveralls 30 May 2014, 19:52:28 UTC
39ad499 add service to coveralls 30 May 2014, 19:50:00 UTC
977f8ba required for coveralls 30 May 2014, 19:47:34 UTC
9ffb0d0 fix coveralls badge 30 May 2014, 19:46:25 UTC
bf17d2b code coverage analysis and coveralls 30 May 2014, 19:45:32 UTC
0ff9308 test suite wip 30 May 2014, 19:17:35 UTC
f936e51 add coveralls badge 30 May 2014, 19:17:16 UTC
ce03449 full test coverage of ticker 30 May 2014, 16:26:06 UTC
f60c06a full test coverage for scraperJSON 30 May 2014, 15:00:00 UTC
9734419 full test coverage for url 30 May 2014, 14:59:28 UTC
1314042 Merge branch 'master' into tests Conflicts: lib/scrape.js 30 May 2014, 08:38:45 UTC
e6f83ab add artefacts to gitignore 30 May 2014, 08:03:46 UTC
5f579a7 typo 30 May 2014, 01:37:07 UTC
644e2fb Merge branch 'logging' of github.com:ContentMine/quickscrape into logging Conflicts: README.md package.json 30 May 2014, 01:35:08 UTC
b935471 Release v0.1.3. 30 May 2014, 01:34:03 UTC
a323b0e Release v1.0.3. 30 May 2014, 01:32:45 UTC
76c344a version 0.1.3 prep 30 May 2014, 01:31:42 UTC
a769ae3 Release v1.0.3. 30 May 2014, 01:27:13 UTC
4638245 version 1.0.3 prep 30 May 2014, 01:26:37 UTC
30a7ff0 capture phantomJS log emissions and convert to our own 30 May 2014, 01:13:06 UTC
1efe47f refactor complete 30 May 2014, 00:55:46 UTC
4a32918 major refactor in progress 29 May 2014, 21:13:53 UTC
a44cfc8 relative download fix wip 29 May 2014, 18:23:16 UTC
73a3c8c check for phantom and casper installation 29 May 2014, 17:35:51 UTC
b705664 logging for CLI 29 May 2014, 16:49:32 UTC
628b43a more logging work 29 May 2014, 14:30:02 UTC
e7b67c7 work on adding logging with winston 29 May 2014, 06:57:09 UTC
1c2d586 visually consistent install instructions 28 May 2014, 22:40:41 UTC
812c84f Release v0.1.2. 28 May 2014, 22:38:53 UTC
c578949 version bump: 0.1.2 28 May 2014, 22:38:49 UTC
back to top