Skip to content

john-bokma/md2tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2tweets.pl

The Perl program md2tweets.pl is a companion to tumblelog; it reads the input file of tumbelog and outputs tweets separated by '%', a format used by tweetfile.

For example:

md2tweets --template-filename tweet.txt --blog-url https://plurrrr.com/ \
    plurrrr.md > tweets.txt

Docker example:

docker run --rm --volume "`pwd`:/data:ro" --user `id -u`:`id -g` \
    md2tweets --template-filename tweet.txt --blog-url https://plurrrr.com/ \
        plurrrr.md > tweets.txt

About

Create tweets from a tumblelog Markdown file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published