Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sstrigler/tumbsup
lets you backup (parts) of your tumblr blog and more
https://github.com/sstrigler/tumbsup
Last synced: 18 days ago
JSON representation
lets you backup (parts) of your tumblr blog and more
- Host: GitHub
- URL: https://github.com/sstrigler/tumbsup
- Owner: sstrigler
- License: agpl-3.0
- Created: 2012-06-05T20:32:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T20:22:55.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T00:57:03.515Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.jsThen 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.