Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dozieogbo/TerminalBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TerminalBlog

Create a blogpost in Blogger from the terminal. A Ruby app.

Requirements:

1. Your Blog Id
2. A .txt file containing the blog post (which can be optionally html-formatted)

Instructions:

$ ruby TerminalBlog.rb -f path/to/file.txt -t "title of post" -l "label, for, post") [--publish]

--publish is optional, leaving it out posts as draft. You'll have to confirm the post on the dashboard.

About

Publish a blogpost in Blogger from the terminal. A ruby app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%