How to Use the Python Script for Adding Tags and Categories

[updated 2015.10.30] The following way is for my previous blog, and now I am using octopress for my blog.

The following is for my project pages (gh-pages) GitBlogs.

The python script is put GitBlogs/tools/add.py.

For adding category or tag:

  • go to tools/
  • run python add.py -category category_name or python add.py -tag tag_name for adding category and tag respectively.