All Projects → jpadilla → tumblr-to-ghost

jpadilla / tumblr-to-ghost

Licence: MIT license
Tumblr exporter to Ghost importer

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to tumblr-to-ghost

ghostfire
We use this docker image to host Ghost websites at FirePress 🔥📰. See live demos at play-with-ghost.com
Stars: ✭ 20 (-23.08%)
Mutual labels:  ghost
cloud-deploy
Claranet Cloud Deploy
Stars: ✭ 19 (-26.92%)
Mutual labels:  ghost
MKS WIFI upgrade with BeePrint web interface
Firmware for MKS WiFi module from Makerbase with BeePrint Web Interface, tested with Flying Bear Ghost 5/Ghost 4/Reborn
Stars: ✭ 35 (+34.62%)
Mutual labels:  ghost
finduntaggedtumblrposts.com
A site for finding untagged Tumblr posts
Stars: ✭ 24 (-7.69%)
Mutual labels:  tumblr
Ghost-over-Caddy
This repo/script will install Ghost blog over Caddy web server as a reverse proxy.
Stars: ✭ 20 (-23.08%)
Mutual labels:  ghost
material-design-lite-for-ghost
A material design lite Ghost blog theme
Stars: ✭ 17 (-34.62%)
Mutual labels:  ghost
trans girls rule the world
Code for transgirlsruletheworld.tumblr.com
Stars: ✭ 11 (-57.69%)
Mutual labels:  tumblr
ghost-on-github-pages
💻⏰ Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
Stars: ✭ 48 (+84.62%)
Mutual labels:  ghost
TRA-Ticket-Booker
(已不適用新版臺鐵訂票系統,且不再更新)台灣鐵路訂票應用程式(臺鐵 / 台鐵 / 訂單程票 / 訂來回票),基於 Selenium + PyQt4。
Stars: ✭ 26 (+0%)
Mutual labels:  ghost
undefined-ghost-theme
A minimal, Ghost 5.0-ready, membership-enabled starter theme for the Ghost blogging platform.
Stars: ✭ 76 (+192.31%)
Mutual labels:  ghost
origami
Origami: a fancy ghost theme
Stars: ✭ 22 (-15.38%)
Mutual labels:  ghost
ghost-v4-on-heroku
Deploy the latest ghost v4 on Heroku
Stars: ✭ 105 (+303.85%)
Mutual labels:  ghost
Loglr
A project to enable 'Login using Tumblr' a breeze.
Stars: ✭ 18 (-30.77%)
Mutual labels:  tumblr
ghost-theme-casperion
Casperion is a free Ghost theme. Casperion is based upon original Ghost theme Casper with some minor modifications and extensions.
Stars: ✭ 27 (+3.85%)
Mutual labels:  ghost
howto
Dumping ground for various HowTo documents that I produce
Stars: ✭ 58 (+123.08%)
Mutual labels:  ghost
tumblr-likes
Command-line program that downloads liked posts from Tumblr.
Stars: ✭ 37 (+42.31%)
Mutual labels:  tumblr
Phantom
iOS Ghost Client
Stars: ✭ 20 (-23.08%)
Mutual labels:  ghost
Vegile
This tool will setting up your backdoor/rootkits when backdoor already setup it will be hidden your spesisifc process,unlimited your session in metasploit and transparent. Even when it killed, it will re-run again. There always be a procces which while run another process,So we can assume that this procces is unstopable like a Ghost in The Shell
Stars: ✭ 601 (+2211.54%)
Mutual labels:  ghost
Daring
A minimal theme for Ghost.
Stars: ✭ 32 (+23.08%)
Mutual labels:  ghost
Ease
A minimal documentation theme for Ghost
Stars: ✭ 69 (+165.38%)
Mutual labels:  ghost

Tumblr to Ghost

This tool takes advantage of the exact format of the exported GhostData.json via the Ugly Debug Tools. It maps your Tumblr blog posts data to this format, creating a file that you can import directly to Ghost. It also creates all your used tags from Tumblr so you can use them later in Ghost. Check out an example export.

Installation

Installing on Heroku is the easiest option. Simply clone the repo, creat an app, and push.

$ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi.git
$ git push heroku master
$ heroku config:set PATH=bin:/app/.heroku/python/bin:/usr/local/bin:/usr/bin:/bin

If you'd like to install locally, first ensure that Pandoc is installed and available.

$ pip install -r requirements.txt
DEBUG=True TUMBLR_API_KEY="<API KEY HERE>" python web.py
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].