Skip to content

DevOpsLab/aws-doc-pdf-download

 
 

Repository files navigation

aws-doc-pdf-download

##️ Usage

run

npm install -g phantomjs
bundle install --path=vendor/bundle
bundle exec ruby ./scraping.rb

dockernize

docker build -t your_name/image_name .
docker run --rm -v $HOME/path/to:/app your_name/image_name

configuration

  • configs.yml
output:
  ja_doc: "./output/ja_jp_matome/"
  whitepaper: "./output/whitepaper_matome/"
urls:
  computing:
    - "http://aws.amazon.com/jp/documentation/ec2/"
    - "http://aws.amazon.com/jp/documentation/ecr/"

(snip)

About

aws-doc-pdf-download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.8%
  • Ruby 7.2%