All Projects → gonejack → tumblr-likes-downloader

gonejack / tumblr-likes-downloader

Licence: other
Download liked posts with Node.js by fetching Tumblr API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tumblr-likes-downloader

TumblrLikeAnimView
仿Tumblr点赞动画效果 (心放大,心破碎效果)iOS开发者交流群:446310206
Stars: ✭ 19 (-9.52%)
Mutual labels:  tumblr, tumblr-api
tumblr-likes
Command-line program that downloads liked posts from Tumblr.
Stars: ✭ 37 (+76.19%)
Mutual labels:  tumblr, tumblr-like
Loglr
A project to enable 'Login using Tumblr' a breeze.
Stars: ✭ 18 (-14.29%)
Mutual labels:  tumblr, tumblr-api
JQScrollNumberLabel
JQScrollNumberLabel:仿tumblr热度滚动数字条数, 一个显示数字的控件,当你改变其数字时,能够有滚动的动画,同时动画和位数可以限制,动态创建和实例化可选,字体样式自定义等。
Stars: ✭ 29 (+38.1%)
Mutual labels:  tumblr, tumblr-api
trans girls rule the world
Code for transgirlsruletheworld.tumblr.com
Stars: ✭ 11 (-47.62%)
Mutual labels:  tumblr
Postwill
Posting to the most popular social media from Ruby
Stars: ✭ 181 (+761.9%)
Mutual labels:  tumblr
Yuki
❄️ Responsive masonry style theme for Tumblr.
Stars: ✭ 134 (+538.1%)
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 (+395.24%)
Mutual labels:  tumblr
tg channel bot
Fetch and push to telegram channel/user/group !
Stars: ✭ 95 (+352.38%)
Mutual labels:  tumblr
tumblr-to-ghost
Tumblr exporter to Ghost importer
Stars: ✭ 26 (+23.81%)
Mutual labels:  tumblr
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (+1071.43%)
Mutual labels:  tumblr
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+880.95%)
Mutual labels:  tumblr
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+1042.86%)
Mutual labels:  tumblr
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+77847.62%)
Mutual labels:  tumblr
Mastodon Bot
a bot for mirroring Twitter/Tumblr accounts and RSS feeds on Mastodon
Stars: ✭ 158 (+652.38%)
Mutual labels:  tumblr
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+91642.86%)
Mutual labels:  tumblr
Python Tumblpy
A Python Library to interface with Tumblr v2 REST API & OAuth
Stars: ✭ 126 (+500%)
Mutual labels:  tumblr
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (+904.76%)
Mutual labels:  tumblr
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (+52.38%)
Mutual labels:  tumblr
hosts
自动生成 Hosts 文件,科学上网
Stars: ✭ 30 (+42.86%)
Mutual labels:  tumblr

tumblr-likes-downloader

Download liked posts with Node.js by fetching Tumblr API

Usage:

  const Tumblr = require('./tumblr.es6');

  // Get your credentials from tumblr API console.
  let credentials = {
      consumer_key: <YOUR KEY>,
     consumer_secret: <YOUR SECRET>,
      token: <YOUR TOKEN>,
      token_secret: <YOUR TOKEN SECRET>
  };

  new Tumblr(credentials).downLikes();
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].