Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsergeev/yatumblr-backup
yet another tumblr backup script
https://github.com/vsergeev/yatumblr-backup
Last synced: 3 months ago
JSON representation
yet another tumblr backup script
- Host: GitHub
- URL: https://github.com/vsergeev/yatumblr-backup
- Owner: vsergeev
- Created: 2013-10-12T23:14:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-13T04:41:33.000Z (about 11 years ago)
- Last Synced: 2024-05-19T23:37:07.297Z (6 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## yet another tumblr backup script
yatumblr-backup (yet another tumblr backup script) fetches blog info and all raw posts and writes them to a gzipped JSON file. The fetched content is retained in the original JSON format returned by the [Tumblr API](http://www.tumblr.com/docs/en/api). If tumblr gets nuked you can post-process the high fidelity JSON later.
Requires a [Tumblr API key](http://www.tumblr.com/oauth/apps) stored in file `apikey`. Compatible with both Python 2 and Python 3.
```
Usage: yatumblr-backup.py [target directory]
e.g. yatumblr-backup.py myblog.tumblr.com
e.g. yatumblr-backup.py myblog.tumblr.com /path/to/backups
``````
$ ./yatumblr-backup.py myblog.tumblr.com
Total number of posts: 263
Total posts fetched: 263Done!
Backup written to ./backup-myblog.tumblr.com-2013-10-12-16-02-17.json.gz
$
```### Notes
* yatumblr-backup does not fetch images used in text or image posts.
* yatumblr-backup does not fetch blog static pages or stylesheets.