Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbolli/tumblr-utils
Utilities for dealing with Tumblr blogs, Tumblr backup
https://github.com/bbolli/tumblr-utils
python tumblr tumblr-backup
Last synced: about 1 month ago
JSON representation
Utilities for dealing with Tumblr blogs, Tumblr backup
- Host: GitHub
- URL: https://github.com/bbolli/tumblr-utils
- Owner: bbolli
- License: gpl-3.0
- Created: 2012-03-09T21:17:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T17:05:33.000Z (7 months ago)
- Last Synced: 2024-07-31T12:07:42.755Z (4 months ago)
- Topics: python, tumblr, tumblr-backup
- Language: Python
- Homepage:
- Size: 436 KB
- Stars: 665
- Watchers: 38
- Forks: 124
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - 用于处理 Tumblr 博客的工具,Tumblr 备份。
- awesome-starts - bbolli/tumblr-utils - Utilities for dealing with Tumblr blogs, Tumblr backup (Python)
- awesome-datahoarding - tumblr-utils
- awesome-datahoarder - tumblr-utils
- awesome-starred - bbolli/tumblr-utils - Utilities for dealing with Tumblr blogs, Tumblr backup (python)
README
# tumblr-utils
This is a collection of utilities dealing with Tumblr blogs.
- `tumble.py` creates new posts from RSS or Atom feeds
- `tumblr_backup.py` makes a local backup of posts and images
- `mail_export.py` mails tagged links to a recipient listThese scripts are or have been useful to me over the years.
More documentation can be found in each script's docstring or in
[tumblr_backup.md](https://github.com/bbolli/tumblr-utils/blob/master/tumblr_backup.md).The utilities run under Python 2.7.
### Notice
On 2015-06-04, I made the v2 API the default on the master branch. The former
master branch using the v1 API is still available on Github as `api-v1`, but
will no longer be updated. The one feature that's only available with the old
API is the option to backup password-protected blogs. There's no way to pass
a password in Tumblr's v2 API.### License
[GPL3](http://www.gnu.org/licenses/gpl-3.0.txt).