{ "info": { "author": "kleinq", "author_email": "robert@robertwinder.com", "bugtrack_url": null, "classifiers": [], "description": "===========\n MauticAPI \n===========\n\n** Caution **\nThis is work under construction\n***************\n\nTo use::\n\n from mauticapi.mautic import MauticApi\n\n api = MauticApi(\n host, \n public, \n secret, \n **{\"access_token\":access_token, \"access_token_secret\":access_token_secret})\n\n api.create_lead(**dict_of_lead_data_using_mautic_lead_field_names)\n\n\nThis also includes a utility functions to retrieve Mautic OAuth1.0A access token, from the command line::\n\n1) Initialize MauticApi (m = MauticApi(host, public, secret))\n2) Call request_and_authorize, and go to the returned URL in your browser (m.request_and_authorize())\n3) Approve the application\n4) Call get_access_token passing the oauth_verifier parameter (m.get_access_token(verifier))\n5) Get the access token from access_token (m.access_token)\n6) Get the access token secret from access_token_secret (m.access_token_secret)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kleinq/mauticapi", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mauticapi", "package_url": "https://pypi.org/project/mauticapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mauticapi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kleinq/mauticapi" }, "release_url": "https://pypi.org/project/mauticapi/0.2/", "requires_dist": null, "requires_python": null, "summary": "An API for Mautic", "version": "0.2" }, "last_serial": 1960102, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bfe99fb8ed7cf7314a281fe245a15495", "sha256": "197ed48199211bddb6b0aaef78160c12f96604c6da57d3ffb5c62deac4140326" }, "downloads": -1, "filename": "mauticapi-0.1.tar.gz", "has_sig": false, "md5_digest": "bfe99fb8ed7cf7314a281fe245a15495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2206, "upload_time": "2016-02-16T17:56:59", "url": "https://files.pythonhosted.org/packages/22/07/2ade185781a5d4fdbd18d0a59120dfdcf2837609c08253e90fbd72620081/mauticapi-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c75049d2d207fb63a48cd3436dea4a9a", "sha256": "bd2d45cd914a756a3618beedf77b2af8b143639defac73d78a1de98c456e531c" }, "downloads": -1, "filename": "mauticapi-0.2.tar.gz", "has_sig": false, "md5_digest": "c75049d2d207fb63a48cd3436dea4a9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2339, "upload_time": "2016-02-16T20:26:31", "url": "https://files.pythonhosted.org/packages/6a/88/53e5e8ddd0737a38aac17a60f37a6e68de871f2c0c9361e15678adb1bb8c/mauticapi-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c75049d2d207fb63a48cd3436dea4a9a", "sha256": "bd2d45cd914a756a3618beedf77b2af8b143639defac73d78a1de98c456e531c" }, "downloads": -1, "filename": "mauticapi-0.2.tar.gz", "has_sig": false, "md5_digest": "c75049d2d207fb63a48cd3436dea4a9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2339, "upload_time": "2016-02-16T20:26:31", "url": "https://files.pythonhosted.org/packages/6a/88/53e5e8ddd0737a38aac17a60f37a6e68de871f2c0c9361e15678adb1bb8c/mauticapi-0.2.tar.gz" } ] }