Skip to content

Tahasadiki/Telecontact-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telecontact-Scraper CircleCI

a command line tool to scrape telecontact.ma data

How to use it:

  • install requirements
pip install -r requirements.txt
  • install package
pip install -e .
  • command to run the scraping
"""
Usage:
    telecontact-scraper mine <string> <ou> [--file_path=<destination_file>]

Options:
    <string>    Qui,quoi? (raison sociale ou activité)
    <ou>        Où? (Casablanca)   
    --file_path file to save results to (json format)
"""

Run as docker image

From Repository

  • build image
docker build -t telecontact-scraper .
  • run image with arguments (Example)
docker run -it --rm telecontact-scraper tech rabat

From Docker Hub

docker pull tahasadiki/telecontact-scraper

About

a tool to scrape telecontact.ma data

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors