https://github.com/semperos/osc-scrape
Scrape utility for OSC website
https://github.com/semperos/osc-scrape
Last synced: 12 months ago
JSON representation
Scrape utility for OSC website
- Host: GitHub
- URL: https://github.com/semperos/osc-scrape
- Owner: semperos
- Created: 2011-02-07T23:01:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-01T18:02:41.000Z (over 15 years ago)
- Last Synced: 2025-06-22T06:37:05.773Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSC Scraping Utility
Scrapes the OSC website for PDF documents. Collects some data along the way.
## Usage
From REPL:
(use 'osc-scrape.core)
(start-scrape outline scrape-urls)
With standalone jar file:
java -jar osc-scrape.jar
## License
Copyright (C) 2010 FIXME
Distributed under the Eclipse Public License, the same as Clojure.