This script creates blog posts from your stack overflow contributions
npm install -g so-blog
so-blog userId ./posts/
- userId param is your StackOverflow user ID.
Download your questions from StackOverflow:
- Go to: https://stackoverflow.com/
- Login and go to your profile page
- Copy userId from browser url, it should looks something like this: https://stackoverflow.com/users/200/john-downey (200 is the user ID in this example)
- Run
so-blog userId ./posts/
to generate posts