An open API service indexing awesome lists of open source software.

https://github.com/efforg/psi-tumblr-crawler


https://github.com/efforg/psi-tumblr-crawler

Last synced: 11 days ago
JSON representation

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
```