Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/artoo
artoo.js - the client-side scraping companion.
https://github.com/medialab/artoo
scraping
Last synced: 25 days ago
JSON representation
artoo.js - the client-side scraping companion.
- Host: GitHub
- URL: https://github.com/medialab/artoo
- Owner: medialab
- License: mit
- Created: 2014-04-18T11:43:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T15:31:10.000Z (over 3 years ago)
- Last Synced: 2024-10-09T13:19:54.442Z (about 1 month ago)
- Topics: scraping
- Language: JavaScript
- Homepage: http://medialab.github.io/artoo/
- Size: 2.18 MB
- Stars: 1,100
- Watchers: 51
- Forks: 93
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-rainmana - medialab/artoo - artoo.js - the client-side scraping companion. (JavaScript)
- awesome-starred - medialab/artoo - artoo.js - the client-side scraping companion. (others)
README
**artoo.js** is a piece of JavaScript code meant to be run in your browser's console to provide you with some scraping utilities.
The library's full documentation is available on [github pages](https://medialab.github.io/artoo).
## Contribution
[![Build Status](https://travis-ci.org/medialab/artoo.svg)](https://travis-ci.org/medialab/artoo)Contributions are more than welcome. Feel free to submit any pull request as long as you added unit tests if relevant and passed them all.
To install the development environment, clone your fork and use the following commands:
# Install dependencies
npm install# Testing
npm test# Compiling dev & prod bookmarklets
gulp bookmarklets# Running a test server hosting the concatenated file
npm start# Running a https server hosting the concatenated file
# Note that you'll need some ssl keys (instructions to come...)
npm run https## Authors
**artoo.js** is being developed by [Guillaume Plique](https://github.com/Yomguithereal) @ SciencesPo - [médialab](http://www.medialab.sciences-po.fr/fr/).Logo by [Daniele Guido](https://github.com/danieleguido).
R2D2 ascii logo by [Joan Stark](http://www.geocities.com/spunk1111/) aka `jgs`.