Instructions:
- Install Visual Studio Code for your operating system: https://code.visualstudio.com/download
- Open Visual Studio Code.
- Click the Extensions button on the left sidebar and search for "Python". Install and enable the Python extension.
- Navigate to Explorer on the left sidebar and select Clone Repository.
- Enter this repository URL in the text box at the top: https://github.com/Aanika-Sadana/EmailSender.git
If it prompts you to sign into a GitHub account, either create an account or sign into an existing one, and authorize it with GitHub.
- Select a folder to save the repository in and click Select as Repository Destination.
- Your workspace should contain the following files:
-
EMAILSENDER (Workspace)
- automation (directory containing Python script)
- email_sender.py (Python script)
- batch 1.1 (Batch 1.1)
- batch 1.2 (Batch 1.2)
- batch ... (Batch ...)
- README.md (instructions)
- automation (directory containing Python script)
Your script is now set up in VS Code. Refer to steps 8-10 for every email batch exported from CrunchBase.
- To upload a new .CSV file generated by CrunchBase, drag and drop your .CSV file from your file explorer to VS Code
- Open the script called "email_sender.py". Replace the file name with the name of the newly uploaded .CSV file
- SAVE the file and hit Run Python File on the top right to run the script and automatically send all emails listed in the batch.