add alice.it mails

This commit is contained in:
2023-03-26 20:11:54 +02:00
parent 2565686d11
commit ce8be6d684
4 changed files with 36 additions and 54 deletions
+4 -4
View File
@@ -227,12 +227,12 @@ def save_mails_to_db():
if __name__ == '__main__':
# excel_reader = ExcelHelper()
# contacts = excel_reader.read_names("/Users/lpan/Downloads/500_yahoo_12-03-2023.xlsx")
# contacts = excel_reader.read_names("/Users/lpan/Downloads/10_rambler_ru_23_03_2023.xlsx")
# print(contacts)
# write_new_contacts_to_excel(valid_contacts=contacts)
excel_reader = ExcelHelper()
excel_reader.check_contact_list()
# save_mails_to_db()
# excel_reader = ExcelHelper()
# excel_reader.check_contact_list()
save_mails_to_db()
# for mail in excel_reader.read_mails_and_pwd():
# MONGO_STORE_MANAGER.insert_email(mail)
# for i in range(1, 64):