All Projects → alexwlchan → finduntaggedtumblrposts.com

alexwlchan / finduntaggedtumblrposts.com

Licence: MIT license
A site for finding untagged Tumblr posts

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to finduntaggedtumblrposts.com

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 (+200%)
Mutual labels:  tumblr
Mastodon Bot
a bot for mirroring Twitter/Tumblr accounts and RSS feeds on Mastodon
Stars: ✭ 158 (+558.33%)
Mutual labels:  tumblr
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+900%)
Mutual labels:  tumblr
Tumblr Liked Photos Export
Export the photos from your liked posts in tumblr
Stars: ✭ 74 (+208.33%)
Mutual labels:  tumblr
Python Tumblpy
A Python Library to interface with Tumblr v2 REST API & OAuth
Stars: ✭ 126 (+425%)
Mutual labels:  tumblr
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (+758.33%)
Mutual labels:  tumblr
Tumblr Boilerplate
A basic starting point for Tumblr theme development.
Stars: ✭ 10 (-58.33%)
Mutual labels:  tumblr
trans girls rule the world
Code for transgirlsruletheworld.tumblr.com
Stars: ✭ 11 (-54.17%)
Mutual labels:  tumblr
Yuki
❄️ Responsive masonry style theme for Tumblr.
Stars: ✭ 134 (+458.33%)
Mutual labels:  tumblr
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+68104.17%)
Mutual labels:  tumblr
Tumblr backup
A Python script for saving your Tumblr blog to your hard drive as HTML or CSV.
Stars: ✭ 80 (+233.33%)
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 (+333.33%)
Mutual labels:  tumblr
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+11350%)
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 (+208.33%)
Mutual labels:  tumblr
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (+925%)
Mutual labels:  tumblr
Tumblr Crawler
Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频
Stars: ✭ 1,118 (+4558.33%)
Mutual labels:  tumblr
Postwill
Posting to the most popular social media from Ruby
Stars: ✭ 181 (+654.17%)
Mutual labels:  tumblr
tumblr-likes
Command-line program that downloads liked posts from Tumblr.
Stars: ✭ 37 (+54.17%)
Mutual labels:  tumblr
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (+33.33%)
Mutual labels:  tumblr
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (+779.17%)
Mutual labels:  tumblr

finduntaggedtumblrposts.com

This repo contains the source code for finduntaggedtumblrposts.com, which helps you find untagged posts on Tumblr.

A screenshot of the site

Motivation

The idea for this site started in 2013, when a friend was trying to go back and retag her old Tumblr posts. Without a way to easily see all her untagged posts, it was impossible for her to be sure that she was done. I wrote her a Python script to get the job done, and that was that.

In 2014, I was getting a lot of hits to that post, but a Python script isn’t very user friendly. I wrote this site to be an easier way to get a list of your untagged posts, because clearly it was something people wanted.

All the source code is on GitHub, and released under the MIT license.

Building the site

The site is written as a single HTML file, plus a bit of JavaScript and CSS.

The original HTML is in the root of the repo; to minify it before pushing I run the command:

$ htmlmin index.html site/index.html

using the htmlmin library.

Deploying the site

The site is deployed to my web server by running

$ rsync -r site/ helene.linode:sites/finduntaggedtumblrposts.com/
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].