Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvn/hoardr
Scrape all your liked images from Tumblr.
https://github.com/gvn/hoardr
Last synced: 3 days ago
JSON representation
Scrape all your liked images from Tumblr.
- Host: GitHub
- URL: https://github.com/gvn/hoardr
- Owner: gvn
- Created: 2014-01-12T03:13:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T04:46:49.000Z (almost 11 years ago)
- Last Synced: 2024-10-28T05:12:50.218Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoardr
**Download all your liked Tumblr images.**
### Requirements:
- node.js
- npm## Setup:
1. `git clone https://github.com/gvn/hoardr.git`
2. `cd hoardr`
3. `npm install`
4. Copy `env.json.dist` to `env.json` and fill in your credentials. You'll need to [request an API key from Tumblr](http://www.tumblr.com/docs/en/api/v2).## Usage
Run `node app` and your all liked images will be saved into the `likes` directory.