Link to github repository : https://github.com/yall/node-olscrap
Le mardi 30 juillet 2013 22:45:01 UTC+2, Jonathan Geslin a écrit : > > Hi everyone, > > I'd like to share my first npm module attempt: olscrap a bacic html > scraper based on cheerio and pegjs. > npm install -g olscrap > > It uses a simple grammar based on a selector and an output format. > Examples : > olscrap "https://npmjs.org/search?q=http" ".search-results h2 a {text > [href]}" > olscrap "https://npmjs.org" "script {[src]}" > > Any comment/advice will be welcome, I'm kinda new to node and npm. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
