This script is designed to generate a CSV file containing email addresses and names from all emails within an email account.
Make sure you have Python installed on your system. You can download it from python.org.
-
Clone the repository:
git clone https://github.com/bihius/email-contacts-generator.git
-
Navigate to the project directory:
cd email-contacts-extractor
-
Install dependencies:
pip install -r requirements.txt
-
Update the
config.py
file with your email details. -
Run the script:
python email_contacts_extractor.py
Modify the config.py
file to provide your email details.
This project is licensed under the MIT License - see the LICENSE file for details.
- This script was created by bihius
- Feel free to contribute, report issues, or suggest improvements!