https://github.com/ContentMine/quickscrape

sort by:
Revision Author Date Message Commit Date
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
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
461c951 add ability to process html and text with special attributes 28 May 2014, 21:36:10 UTC
6edf923 add missing xpath dependency 28 May 2014, 11:23:00 UTC
fecc731 tests wip 28 May 2014, 10:03:42 UTC
e59ff9b better description 27 May 2014, 20:25:19 UTC
01502fe moar styling 27 May 2014, 20:24:31 UTC
7e537be prettify 27 May 2014, 20:23:50 UTC
04a41b6 pretty badges 27 May 2014, 20:23:22 UTC
281c57d update release history 27 May 2014, 19:58:08 UTC
9d5654c Release v0.1.1. 27 May 2014, 19:09:01 UTC
7cc424f simple task queue and completion callback for scrape 27 May 2014, 19:08:16 UTC
33a33d1 swap jsdom-xpath for xpath - gives massive speedup 27 May 2014, 17:14:39 UTC
a58f7bb detect and handle relative URLs 27 May 2014, 16:45:01 UTC
63fa88c Merge branch 'master' of github.com:ContentMine/quickscrape 27 May 2014, 13:34:29 UTC
6305e3d add multi-element grabbing; allow property specification in scraper defs 27 May 2014, 13:10:26 UTC
52f4401 fix casperjs install on OSX 26 May 2014, 21:43:40 UTC
e8a589d Update README.md 26 May 2014, 20:50:35 UTC
a00651b Update README.md 26 May 2014, 20:50:15 UTC
3cc4782 Update README.md 26 May 2014, 20:48:56 UTC
8aad6dd Update README.md 26 May 2014, 20:44:54 UTC
9f8ed51 Update README.md 26 May 2014, 20:41:49 UTC
3ce4106 add NPM version badge 26 May 2014, 20:41:23 UTC
b114648 add Homebrew link 26 May 2014, 20:34:06 UTC
207ab47 typo 26 May 2014, 20:33:02 UTC
back to top