https://github.com/pboardman/tumblr2pc
Tumblr posts/likes downloader.
https://github.com/pboardman/tumblr2pc
Last synced: 3 months ago
JSON representation
Tumblr posts/likes downloader.
- Host: GitHub
- URL: https://github.com/pboardman/tumblr2pc
- Owner: pboardman
- License: mit
- Created: 2015-12-28T23:41:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T00:43:29.000Z (over 7 years ago)
- Last Synced: 2025-01-23T18:50:10.536Z (5 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tumblr2pc
tumblr2pc automatically downloads every posts/likes of a tumblr blog.
## Usage
To use tumblr2pc.py you need to obtain a tumblr API key. For info on getting an API key check the section below.
Then run the script like this:
```./tumblr2pc.py blog_name /output/location api_key```
The api_key argument can be a file containing the api key or the key directly.
## Getting an API key
To get an API key you first need to register an "application" on Tumblr [Here](https://www.tumblr.com/oauth/apps).
Then, use your "application" info to get your API key [Here](https://api.tumblr.com/console/calls/user/info).
## Requirements
- youtube-dlInstalling requirements:
- ```pip install youtube-dl```## Notes
Downloading audio posts is not implemented yet.
## TODO
- implement audio post download