Skip to content

Instantly share code, notes, and snippets.

@tamonoki
tamonoki / commandline
Last active August 22, 2016 05:53
Python Scrapy でウェブサイトからデータを抽出する際の、xpathまとめ ref: http://qiita.com/tamonoki/items/a341657a86ff7a945224
scrapy shell "http://hogehoge.com/hoge/page1"
@tamonoki
tamonoki / commandline
Last active April 23, 2020 04:05
scrapy を用いてデータを収集し、mongoDB に投入する ref: http://qiita.com/tamonoki/items/ce58ff209f8eae808162
$ scrapy crawl WebspiderSpider
@tamonoki
tamonoki / Gemfile
Created October 26, 2015 07:25
Mongolab のデータを Rails から mongoidを使って参照する方法 ref: http://qiita.com/tamonoki/items/8f102fc78745cd5fef1f
gem 'mongoid', '~> 5.0.0'