https://github.com/efforg/psi-tumblr-crawler
https://github.com/efforg/psi-tumblr-crawler
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/efforg/psi-tumblr-crawler
- Owner: EFForg
- Created: 2014-08-14T17:39:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T02:21:12.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T13:57:04.785Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 4
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Installation
```sh
npm install
```
#### Usage
```sh
. ./update.sh
```
### Configuration
Set a Tumblr blog in `config.json`
```json
{
"tumblr" : "projectsecretidentity.tumblr.com",
"type": "photo"
}
```
### Advanced Usage
Pass a Git repository to `update.sh`, and the script with push JSON there after crawling
```sh
. ./update git@github.com:EFForg/projectsecretidentity.git
```