Skip to content

Commit

Permalink
Initial scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed May 20, 2016
1 parent dc8d296 commit 5aa918e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scraper.rb
@@ -0,0 +1,7 @@
require 'wikidata/fetcher'

fr_names = WikiData::Category.new( 'Catégorie:Personnalité politique polynésienne', 'fr').member_titles
en_names = WikiData::Category.new( 'Category:Members of the Assembly of French Polynesia', 'en').member_titles

EveryPolitician::Wikidata.scrape_wikidata(names: { en: en_names, fr: fr_names }, output: false)

0 comments on commit 5aa918e

Please sign in to comment.