You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
src | 5 years ago | |
tests | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
config.nims | 5 years ago | |
twit2blog.nimble | 5 years ago |
README.md
Twit2Blog
A simple tool to help make it easier to turn your tweet rants into real blog posts
Building
nimble build
is all you'll need at this point.
Running
Requires TWITTER_CONSUMER_KEY
and TWITTER_CONSUMER_SECRET
, both of which you can only get if you have a registered developer account and an application created for twitter.
Example: twit2blog -t:1234 -u:alice | pandoc --from=markdown --to=html > thread.html
You can see a sample here