{"id":16793447,"url":"https://github.com/letme/django-mailchimp-amp","last_synced_at":"2026-04-29T14:32:16.062Z","repository":{"id":56697398,"uuid":"260781925","full_name":"Letme/django-mailchimp-amp","owner":"Letme","description":"Mailchimp subscription wrapper on AMP for Django","archived":false,"fork":false,"pushed_at":"2020-10-24T14:17:36.000Z","size":163,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T11:05:08.239Z","etag":null,"topics":["amp-html","django","mailchimp3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Letme.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-02T21:54:15.000Z","updated_at":"2020-10-24T14:13:25.000Z","dependencies_parsed_at":"2022-08-15T23:31:12.177Z","dependency_job_id":null,"html_url":"https://github.com/Letme/django-mailchimp-amp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Letme/django-mailchimp-amp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Letme%2Fdjango-mailchimp-amp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Letme%2Fdjango-mailchimp-amp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Letme%2Fdjango-mailchimp-amp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Letme%2Fdjango-mailchimp-amp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Letme","download_url":"https://codeload.github.com/Letme/django-mailchimp-amp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Letme%2Fdjango-mailchimp-amp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32429112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amp-html","django","mailchimp3"],"created_at":"2024-10-13T08:49:20.196Z","updated_at":"2026-04-29T14:32:16.034Z","avatar_url":"https://github.com/Letme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg\n    :target: https://www.gnu.org/licenses/gpl-3.0\n    :alt: GPL3 License\n\n.. image:: https://badge.fury.io/py/django-mailchimp-amp.svg\n    :target: https://badge.fury.io/py/django-mailchimp-amp\n    :alt: Pypi packaged release\n\n.. image:: https://travis-ci.com/letme/django-mailchimp-amp.svg?branch=master\n    :target: https://travis-ci.com/letme/django-mailchimp-amp\n    :alt: Build status\n\n.. image:: https://img.shields.io/badge/Documentation-published-brightgreen.svg\n    :target: https://letme.github.io/django-mailchimp-amp/\n    :alt: Documentation\n\n.. image:: https://codecov.io/gh/letme/django-mailchimp-amp/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/letme/django-mailchimp-amp\n    :alt: Code Coverage\n\n.. image:: https://api.codeclimate.com/v1/badges/a8819fd0104e5cd8ee08/maintainability\n    :target: https://codeclimate.com/github/Letme/django-mailchimp-amp/maintainability\n    :alt: Maintainability\n\n.. image:: https://requires.io/github/Letme/django-mailchimp-amp/requirements.svg?branch=master\n    :target: https://requires.io/github/Letme/django-mailchimp-amp/requirements/?branch=master\n    :alt: Requirements Status\n\n.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\n    :target: https://github.com/letme/django-mailchimp-amp/issues\n    :alt: Contributions welcome\n\n===============================================\nDjango Mailchimp AMP embedded subscription form\n===============================================\n\nDjango app for easy embedding of the Mailchimp subscription form to AMP pages.\n\nQuick start\n===========\n\n#. Install ``django-mailchimp-amp``:\n\n    .. code-block:: bash\n\n        pip install django-mailchimp-amp\n\n    or from sources\n\n    .. code-block:: bash\n\n        pip install git+https://github.com/letme/django-mailchimp-amp\n\n#. Add ``django-mailchimp-amp`` to ``INSTALLED_APPS`` in your Django ``settings.py``. Also make sure you add your\n   MailChimp api key, username and listids\n\n    .. code-block:: python\n\n        INSTALLED_APPS = [\n               ...\n               'django-mailchimp-amp',\n           ]\n        MAILCHIMP_API = 'yourmailchimpapikey'\n        MAILCHIMP_USERNAME = 'yourmailchimp@mail'\n        MAILCHIMP_LISTID = 'mailchimplistid'\n\n\n#. Add ``django-mailchimp-amp`` to ``urlpatterns`` in your project ``urls.py``:\n\n    .. code-block:: python\n\n        urlpatterns = [\n            ...\n            path('mailchimp/', include('django-mailchimp-amp.urls')),\n        ]\n\n#. Add template tags to your templates where you want subscription form to be presented:\n\n    .. code-block:: html+django\n\n        \u003chead\u003e\n            \u003c!-- if you did not include amp-form and amp-mustache for anything else --\u003e\n            {% include \"django-mailchimp-amp/scripts_form.html\" %}\n\n            \u003cstyle amp-custom\u003e\n            /* Include default form style template */\n\t\t\t{% include \"django-mailchimp-amp/style_form.css\" %}\n            \u003c/style\u003e\n        \u003c/head\u003e\n        \u003cbody\u003e\n            \u003c!-- Include the subscription form where pre_subscribe_text appears above/before the subscription form --\u003e\n    \t\t{% include \"django-mailchimp-amp/subscribe_form.html\" with mailchimp_pre_subscribe_text=\"If you want to receive our awesome stuff you can subscribe to our newsletter:\" %}\n        \u003c/body\u003e\n\n\nContributing\n============\n\nAny contribution is welcome as well as reporting issues/bugs or requesting features. Do not be shy and open a pull\nrequest and I will do my best to help you include your contribution into the repository. Keep in mind that reporting a\nbug or requesting a feature is also considered as contribution, even if you do not have development skills to implement\nit.\n\nDevelopment setup\n=================\n\nTo run tests and checks we use tox.\n\n.. code-block:: bash\n\n    # to install tox\n    pip3 install tox\n\n    # to run tests\n    tox\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletme%2Fdjango-mailchimp-amp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletme%2Fdjango-mailchimp-amp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletme%2Fdjango-mailchimp-amp/lists"}