Creating a Tumblr Software

Tumblr is the topic of my first online marketing tool tutorial.

Why Tumblr?

Tumblr is a large community and tool for sharing and recommending content. Tumblr is nevertheless a very interesting tool for marketing.

Rapid publishing post enables brands/business drive a large volume of content related their news in different attractive and viral formats. Each post can be “reposted” by followers similar to Twitter. So it is important to build a large fan base.

Required

Automating Tumblr

Getting the Tumblr Module

There is already a Python module for Tumblr. A Python module is a set of code that was put together to provide some functionality. The best part about the Python community is there are tons of modules for pretty much anything already built for us to use. In the case of Tumblr, the most well developed module is pytumblr which has all the functions we need. All the hard part is already coded for us. All we need to do call these functions in the order we want.

Installing

Lets put it to work

Lets make make it automate something.

comments powered by Disqus