New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

auto_pilot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto_pilot

  • 2.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

AutoPilot

Travis CI Code Climate

a step forward in blog automation

  • use this ruby gem to convert your stackoverflow profile to a jekyll blog and more
  • fetch questions for a specifc user id and convert them to markdown or html

how do i

  • install autpilot?
    • add gem 'auto_pilot', '~> 2.0.0' to gemfile as development dependency
    • run bundle install
  • use autopilot?
    • run bundle exec autopilot from command line
    • the bin will create a config file in the root of your project
  • customize templates?
  • register for an API key?
  • see demo?

custom templates

customized templates are as easy as updating your config:

full example of config with custom template

contributing

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

do i have to use jekyll

no. we are just generating partials from stackoverflow posts - they could be integrated with wordpress or rails projects with ease.

afterall, its just html :)

you will also want to set disable_front_matter = true in your config when using outside of jekyll

demo application

checkout the demo application and experiment

screenshots

side by side


question view

todo

  • change file naming convention to date question answered
  • update config options
    • get questions after date x
    • credit sources
    • support erb templates

FAQs

Package last updated on 08 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc