tumblr

Provides classes to interact with blogs, and create post content.

Classes

Blog(blog, client_key, client_secret, ...)

Provides methods for blog-specific actions such as posting, and getting blog info.

Chat(content, **kwargs)

A chat Text subtype content block with the given content.

Cursive(content, **kwargs)

A quirky Text subtype content block with the given content.

Heading(content, **kwargs)

A Heading1 Text subtype content block with the given content.

Image(path, img_type, alt_text[, caption])

An Image block.

Indented(content, **kwargs)

An indented Text subtype content block with the given content.

OrderedList(items, **kwargs)

A list of ordered-list-item Text subtype content blocks with the given items in the content list.

OrderedListItem(content, **kwargs)

An ordered-list-item Text subtype content block with the given content.

Poll(question, options, *[, expire_after])

A poll content block.

Quote(content, **kwargs)

A quote Text subtype content block with the given content.

ReadMore()

Inserts a "keep reading" bar that truncates the post.

Row(*images)

Creates a row of images.

Subheading(content, **kwargs)

A Heading2 Text subtype content block with the given content.

Text(content, **kwargs)

A Text content block with the given content.

Tumblr(client_key, client_secret, oauth_key, ...)

Base tumblr class.

UnorderedList(items, **kwargs)

A list of unordered-list-item Text subtype content blocks with the given items in the content list.

UnorderedListItem(content, **kwargs)

An unordered-list-item Text subtype content block with the given content.

User(client_key, client_secret, oauth_key, ...)

Provides methods for user-specific actions such as following, liking, and filtering tags