Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 938 Bytes

File metadata and controls

37 lines (26 loc) · 938 Bytes

Tumbsup

A web based tool that allows to backup all your stuff at Tumblr.

Prerequisites

Node as of version 0.8.x.

Tumblr oAuth API credentials. To get them got to http://tumblr.com and create an account if you don't happen to have one. Then go to http://www.tumblr.com/oauth/apps and register an application.

Installation and Running

$ git clone https://github.com/sstrigler/tumbsup.git
$ cd tumbsup
$ npm install
$ cp config.js.example config.js
$ vi config.js
$ NODE_ENV=production node app.js

Then point your browser to the location configured at config.js and enjoy!

Copyright & Authors

(c) 2012-2013 Stefan Strigler stefan@strigler.de

License

Tumbsup is licensed unter the GNU AFFERO GENERAL PUBLIC LICENSE as of version 3. For details please have a look at the file COPYING that should have been distributed with this software.