tumble-bumble

0.0.5 • Public • Published

tumble-bumble

A tool to migrate your tumblr posts to bumble-friendly markdown files. You run it from the root of your bumble app like so:

    Usage: node ./bin/tumble-bumble [tumblr name | URL]

    Options:
      --limit, -l             The maximum number of posts to retrieve                  [default: "all"]
      --output_directory, -o  The output directory for posts. (Must already exist)     [default: "blog"]
      --download_images, -i   Download images from photo posts                         [default: false]
      --image_path, -I        The output directory for images. (Must already exist)    [default: "public/images"]
      --type, -t              The type of posts for which you want to generate files.  [default: ""]

post type support

  • text
  • chat: Renders chat session as a list (<ul>) of messages (<li>). Each message is also a list (<ul>) of one (message only) or two (author and message) items (<li>).
  • link
  • quote
  • photo (only one photo per post currently)
  • audio
  • video

to-do

Readme

Keywords

none

Package Sidebar

Install

npm i tumble-bumble

Weekly Downloads

4

Version

0.0.5

License

none

Last publish

Collaborators

  • aaronmccall