/scrape-arc-dev-company-data

it is simply a scraping script for listing out arc.dev hiring companies into a csv file

Primary LanguagePython

Scrape script

Installation

if you don't have pipenv installed, install it first

pip install pipenv

then install the dependencies

pipenv install

check out .env.example and create a .env file with the correct values

cp .env.example .env

Usage

pipenv run scrape

to run in threaded mode

pipenv run scrape-threaded

Author

Omer Ayhan