Requires Python 3.
- Clone the repository:
git clone https://github.com/bzelaznicki/csv_to_getresponse_import.git
- Navigate to the project directory:
cd csv_to_getresponse_import
- Install the required dependencies:
pip install -r requirements.txt
To run the program, use the following command:
python main.py <path_to_csv_file>
Replace <path_to_csv_file>
with the path to your CSV file.
Example:
python main.py /path/to/your/file.csv
This will process the CSV file and prepare the file for import to GetResponse.