This is my scrapping scripts

The first program is called "Townhall"

It scraps the e-mail adresses from all the townhall in Val d'Oise

The second program is called crypto_price.rb

this program is very simple.


It creates a hash with the cryptocurrency name as a key and its price as a value

Moreover, thanks to the gem Whenever, it runs every hours

The third program is called incubateur.rb

It scraps the name and the ZIP code of the French incubators on this website http://mon-incubateur.com

It has a loop to go through the whole 24 pages.

For the moment it just gets the name, no zipcode so far.

Please, use watir gem to run this script:

Type gem install watir in your terminal

Install geckodriver: https://github.com/mozilla/geckodriver/releases and type sudo mv ~/Downloads/geckodriver /usr/bin/geckodriver if you are on linux or sudo mv ~/Downloads/geckodriver /usr/bin/local/geckodriver if you are running on macOs