{ "info": { "author": "Harald Friessnegger", "author_email": "harald at webmeisterei (dot) com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Why?\n====\n\nmailchimp__ does not allow to import so called role addresses via the webinterface.\n\n.. __: http://mailchimp.com\n\nso ``info@``, ``support@``, ``office@`` and the like can't be imported but need to be inserted manually.\n(see `What role addresses does MailChimp block`__)\n\n.. __: http://kb.mailchimp.com/article/what-role-addresses-does-mailchimp-specifically-block-from-bulk-importing/\n\n\nHOW?\n====\n\nthis script allows to import subscriptions even though some or all emails are role addresses\nusing the mailchimp API `MCAPI`__.\n\n.. __: http://apidocs.mailchimp.com/api/1.2/\n\ntype ``chimpimport --help`` for usage information::\n\n chimpimport imports datasets given in csv file FILENAME into mailchimp's subscriber list.\n\n first row contains headers, EMAIL (note capital letters) column is required\n\n example csv content:\n \"Some Value\";\"EMAIL\";\"Some other value\";\n \"ACME Corp.\";\"john@acme.com\";\"Sales representative\";\n\n\n\n Options:\n -h, --help show this help message and exit\n -u, --updateExisting if given, existing subscribers will be updated\n -k APIKEY, --apikey=APIKEY\n your mailchimp api key. to obtain one:\n http://kb.mailchimp.com/article/where-can-i-find-my-api-key``\n\nStatus\n======\n\nSuccessfully used for 1500 subscribers.\n\nSupports custom fields (just add headers for them to the import csv)\n\nSupports multiple subscriber list. If you have multiple lists, the script will prompt the list to import data into.\n\nChangelog\n=========\n\n1.2 (2012-10-08)\n----------------\n\n- existing subscribers get updated when importing with ``-u`` flag\n\n- login() api method has been disabled (see `shutdown info`_)\n so we change the help text on how to obtain an api key\n\n .. _`shutdown info`: http://us1.campaign-archive1.com/?u=f7b9ee22124ff6454424dc10c&id=2b2a3d9f1f\n\n- rename README.txt to .rst for nice display on github\n\n1.1 (2011-11-12)\n----------------\n\n- added support for multiple lists (prompt user which one to choose)\n\n1.0 (2011-09-20)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/frisi/wm.chimpimport", "keywords": "mailchimp import", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "wm.chimpimport", "package_url": "https://pypi.org/project/wm.chimpimport/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wm.chimpimport/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/frisi/wm.chimpimport" }, "release_url": "https://pypi.org/project/wm.chimpimport/1.2/", "requires_dist": null, "requires_python": null, "summary": "automated way to import `role addresses` into mailchimp subscription lists", "version": "1.2" }, "last_serial": 732083, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "8f75d0951226fef134c3ddfd42ac9b3a", "sha256": "c1ce146fa448319eb779e53bf3ebb88e1accb59b419230af38adb2ff89af3b3f" }, "downloads": -1, "filename": "wm.chimpimport-1.1.zip", "has_sig": false, "md5_digest": "8f75d0951226fef134c3ddfd42ac9b3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8063, "upload_time": "2011-11-12T12:02:53", "url": "https://files.pythonhosted.org/packages/22/13/dc4f0e4366e1676dd3e6277c5e4bda15883cdb9df2eee99ea64f054582f3/wm.chimpimport-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "69c451abbd0da9e15fae3ca6d42bed95", "sha256": "a79bd8610fe422c865d83dcc3826b3031b7eb6bc985b733a949e6f655c85958d" }, "downloads": -1, "filename": "wm.chimpimport-1.2.zip", "has_sig": false, "md5_digest": "69c451abbd0da9e15fae3ca6d42bed95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8762, "upload_time": "2012-10-08T12:40:29", "url": "https://files.pythonhosted.org/packages/88/71/674f51a2a8b8b2a044fc05a00b6e1efc1a3eebf00bf943df1c952322e46b/wm.chimpimport-1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69c451abbd0da9e15fae3ca6d42bed95", "sha256": "a79bd8610fe422c865d83dcc3826b3031b7eb6bc985b733a949e6f655c85958d" }, "downloads": -1, "filename": "wm.chimpimport-1.2.zip", "has_sig": false, "md5_digest": "69c451abbd0da9e15fae3ca6d42bed95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8762, "upload_time": "2012-10-08T12:40:29", "url": "https://files.pythonhosted.org/packages/88/71/674f51a2a8b8b2a044fc05a00b6e1efc1a3eebf00bf943df1c952322e46b/wm.chimpimport-1.2.zip" } ] }