senegalouvert / bce-data

The list or entreprises of senegal from creationdentreprise.sn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BCE-DATA

Le BCE est le bureau d'appui à la création d'entreprises du Sénégal. C'est une institution publique de l'état du Sénégal qui offre a tout. Entrepreneur un guichet unique pour l'accomplissement des formalités de création d'entreprise BCE. BCE.

19051 Entreprises

17626 Détails Entreprises

  • Denonimation
  • Date creation
  • Ninéa
  • Registre de commerce
  • url
  • Siège social
  • Localité
  • Secteur d activite
  • Forme juridique
  • Objet social
  • Capital

Deleloppeurs:

Intallation :

Install packages

npm install request cheerio async underscore

Clone the repo

git clone https://github.com/aliounedia/bce-data.git

Run :

Create a folder "datas"

mkdir data

Open The scripts/app.js and add the this lines:

main = Scraper.Main()
//main = Scraper.Detail()

save and run this scripts:

cd  bce-data
node scripts/app.js

ReOpen The app.js and replace line above with this lines:

//main = Scraper.Main()
main = Scraper.Detail()

save and run this scripts:

cd  bce-data
node scripts/app.js

To scraping more then 10 page change the conf.js file

//nb_rows    : 19051,
//For test
 nb_rows      : 10,

About

The list or entreprises of senegal from creationdentreprise.sn


Languages

Language:JavaScript 100.0%