All Projects → subnomo → tumblr-likes

subnomo / tumblr-likes

Licence: MIT license
Command-line program that downloads liked posts from Tumblr.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to tumblr-likes

TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (+54.05%)
Mutual labels:  tumblr, tumblr-downloader
tumblr-likes-downloader
Download liked posts with Node.js by fetching Tumblr API
Stars: ✭ 21 (-43.24%)
Mutual labels:  tumblr, tumblr-like
Tumblr Crawler
Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频
Stars: ✭ 1,118 (+2921.62%)
Mutual labels:  tumblr
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+44140.54%)
Mutual labels:  tumblr
Yuki
❄️ Responsive masonry style theme for Tumblr.
Stars: ✭ 134 (+262.16%)
Mutual labels:  tumblr
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (+100%)
Mutual labels:  tumblr
Postwill
Posting to the most popular social media from Ruby
Stars: ✭ 181 (+389.19%)
Mutual labels:  tumblr
Tumblthree
A Tumblr Blog Backup Application
Stars: ✭ 923 (+2394.59%)
Mutual labels:  tumblr
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (-13.51%)
Mutual labels:  tumblr
Python Tumblpy
A Python Library to interface with Tumblr v2 REST API & OAuth
Stars: ✭ 126 (+240.54%)
Mutual labels:  tumblr
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (+470.27%)
Mutual labels:  tumblr
Socialcounters
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..
Stars: ✭ 104 (+181.08%)
Mutual labels:  tumblr
Tumblr Liked Photos Export
Export the photos from your liked posts in tumblr
Stars: ✭ 74 (+100%)
Mutual labels:  tumblr
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+456.76%)
Mutual labels:  tumblr
Skraper
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, IFunny, VK, Pikabu)
Stars: ✭ 72 (+94.59%)
Mutual labels:  tumblr
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+548.65%)
Mutual labels:  tumblr
Tumblr Boilerplate
A basic starting point for Tumblr theme development.
Stars: ✭ 10 (-72.97%)
Mutual labels:  tumblr
Tumblr crawler
tumblr解析网站
Stars: ✭ 83 (+124.32%)
Mutual labels:  tumblr
Mastodon Bot
a bot for mirroring Twitter/Tumblr accounts and RSS feeds on Mastodon
Stars: ✭ 158 (+327.03%)
Mutual labels:  tumblr
trans girls rule the world
Code for transgirlsruletheworld.tumblr.com
Stars: ✭ 11 (-70.27%)
Mutual labels:  tumblr

tumblr-likes

Crates.io

A command-line program for downloading liked posts from Tumblr.

Example of exported HTML

Installation

Download the latest release for your platform.

Or, using cargo:

$ cargo install tumblr-likes

Configuration

In order to download liked posts, you will need an API key. Your blog must be configured to share likes publicly, this can be done by going to your blog's "edit appearance" menu.

  1. Register an application with the Tumblr API. The name and other options don't matter.
  2. Click "Expore API" under the application you just created
  3. Click "Allow"
  4. In the upper right, click "Show Keys"
  5. Copy the API key shown

Usage

On the command line:

$ tumblr-likes -a <api_key> -b <blog>

To export posts to html:

$ tumblr-likes -a <api_key> -b <blog> --export likes.html

If you don't want to provide the API key every time, you can save it into an environmental variable $TUMBLR_API_KEY instead.

By default, liked posts will be downloaded into a downloads folder in the current directory. You can use -d to set a custom output directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].