Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Text file importer (Go)

A simple command-line utility for importing Markdown (or plain text) files into Write.as, written in Go / golang.

Getting Started

If you already have Go installed, install the utility with:

go get github.com/writeas/writeas-api/examples/go-text-importer/cmd/writeas-import

Now run the utility by supplying your Write.as username, optional blog alias, and the files you want to import to that account:

# import these files as anonymous posts
writeas-import -u matt yesterday.md thismorning.md apoem.md

# import all .txt files in this directory as anonymous posts
writeas-import -u matt *.txt

# import all .txt files in this dir to matts-alter-ego blog
writeas-import -u matt -c matts-alter-ego *.txt