http://nachi-tool.jp/bearing product mass scraper
Install it yourself as:
$ gem install nachi
- Ask for help
nachi-scraper --help
- By default the generated CSV is written to stdout (usually your terminal), you may redirect the output to a file for instance
nachi-scraper ~/Desktop/part-numbers.txt > ~/Desktop/item-mass.csv
- Specify the # of threads to use (defaults to 25)
nachi-scraper --threads 50 ~/Desktop/part-numbers.txt
- Fork it ( http://github.com/wecodeio/nachi/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request