Skyscraper 0.2.1, an Enlive-based library for scraping information from 
whole sites in a structural way, has been released.  

Homepage / GitHub: https://github.com/nathell/skyscraper
Clojars: https://clojars.org/skyscraper

New in this release:

   - New function: get-cache-keys.
   - scrape and friends can now accept a keyword as the first argument.
   - Cache keys are now accessible from within processors (under the 
   :cache-key key in the context).
   - New scrape options: :only and :postprocess.
   - scrape-csv now accepts an :all-keys argument and has been rewritten 
   using a helper function, save-dataset-to-csv.

This release coincides with the release of skyscraper-cache-mapdb 0.1.1, 
which features the following:

   - *print-length* and *print-level* are now rebound to nil upon 
   serialization, causing it to not break when you have these variables set in 
   the REPL.
   - New functions export-values and import-values.

Happy scraping,
-dj


   

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to