snehasinghania / CrunchbaseWrapper

Scraper to get data from crunchbase.com and read - write the data using SQLite database and JSON file.
15 stars 8 forks source link
crunchbase python sqlite

Project Name

CrunchbaseWrapper

Description

CrunchbaseWrapper provides functionality to:

Code has been modularized into functions and written in OOP manner with usage of classes.

There are five files:

Installation

A setup.py file is present which installs the required dependencies automatically on running: python3 setup.py develop

Usage

To test the project:

On exit, crunchbase_json.db and crunchbase_data.json would have been created.