AutoPilot

Travis CI Code Climate

use this ruby gem to convert your stackoverflow profile to a jekyll blog

in its current form, autopilot will fetch questions you've answered (with a score greater than 0) and convert them to markdown or html

install + usage

  • add gem 'auto_pilot', '~> 0.2.0' to gemfile
  • install via bundle
  • run autopilot from command line

from there, you can configure auto_pilot's performance

it is recommended you sign up for an API key prior to use

screenshots

contributing

  1. fork it
  2. create your feature branch
  3. commit your changes

todo

  • support date of answer in filenames
  • get questions after date 2015-03-01
  • support embed of original question url
  • add documenation for template customization
  • add demo repo