Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 842 Bytes

File metadata and controls

32 lines (27 loc) · 842 Bytes

apollo-scraper

HackMIT's CR email scraper using the Apollo API!

Prerequisites

Python >3.6

Run the following commands to check your currently installed versions:

$ python --version

Download the latest release here: https://www.python.org/downloads/

Usage

  1. Clone the repository:
$ git clone https://github.com/techx/apollo-scraper.git
  1. Change directory to the just cloned repo:
$ cd apollo-scraper
  1. Download your company list as a .csv file (you should have one column of company names with "Company" as the header).
  2. Run the following command:
$ python main.py
  1. Input the directory path to your file and then the file name as prompted (be sure to include the .csv file extension in the name).
  2. Sit back and wait!

License

MIT