Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sstrigler/tumbsup

lets you backup (parts) of your tumblr blog and more
https://github.com/sstrigler/tumbsup

Last synced: about 2 months ago
JSON representation

lets you backup (parts) of your tumblr blog and more

Awesome Lists containing this project

README

        

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

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.