HackMIT's CR email scraper using the Apollo API!
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/
- Clone the repository:
$ git clone https://github.com/techx/apollo-scraper.git
- Add your Apollo API Key (from go/accounts) to the .env file.
- Download your company list as a .csv file (you should have one column of company names with "Company" as the header).
- Run the following command:
$ python main.py
- 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).
- Sit back and wait!