https://github.com/ahstro/dribbble-scraper
https://github.com/ahstro/dribbble-scraper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahstro/dribbble-scraper
- Owner: ahstro
- License: epl-1.0
- Created: 2016-04-22T16:03:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T16:04:15.000Z (about 10 years ago)
- Last Synced: 2025-02-05T13:19:54.432Z (over 1 year ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dribbble-scraper
I wanted to learn some Clojure, so this is a proof-of-concept Dribbble scraper.
## Usage
This isn't meant to be used practically, so for now, the only way to use it
(that I know of) is to fire up a REPL and use the following functions:
```clojure
(scrape) ; Starts at `dribbble.com/designers?page=1` and
; scrapes each page until nothing is found
(scrape-page page) ; Scrapes page `dribbble.com/designers?page={page}`
```
## License
Copyright © 2016 Anton Strömkvist
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.