{ "info": { "author": "Wenter W", "author_email": "wenter.wu@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7" ], "description": "DaoVoice Python Sdk\n====================================\n\n\nInstallation\n------------------\n\n::\n\n pip install daovoice-sdk\n\n\n\n\nBasic Usage\n-----------------------\n\n.. code:: python\n\n from daovoice.client import Client\n\n daovoice_client = Client(token=\"Your Token Here\")\n\n\n\nNote that you can find your token in `http://dashboard.daovoice.io/app/{app_id}/apps/settings/open-api`\n\n\n\n\nResources\n~~~~~~~~~~~~~~~~~~\n\nResources this API supports:\n\n https://api.daovoice.io/v1/conversations \n\n https://api.daovoice.io/v1/admins\n\n https://api.daovoice.io/v1/users\n\n \n\n\n\n\nExamples\n~~~~~~~~~~~~~~~~~\n\nConversations\n^^^^^^^^^^^^^\n\n.. code:: python\n\n # Get Conversation by id\n conversation = daovoice_client.conversations.get(id=\"conversation_id\")\n print conversation.conversation_parts\n print conversation.conversation_message\n\n # Reply\n\n daovoice_client.conversations.reply(id=\"conversation_id\",admin_id=\"***\",body=\"reply msg\")\n\n\n\nAdmins\n^^^^^^\n\n.. code:: python\n\n # list admins\n admins = daovoice_client.admins.all()\n for ad in admins:\n print ad.name\n\nUser\n^^^^^^\n\n.. code:: python\n\n # create user\n user = daovoice_client.user.create(user_id=\"123456\",name=\"example\", email=\"example@daovoice.io\")", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yowenter/daovoice-py-sdk", "keywords": "DaoVoice Customer Management Python", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "daovoice-sdk", "package_url": "https://pypi.org/project/daovoice-sdk/", "platform": "", "project_url": "https://pypi.org/project/daovoice-sdk/", "project_urls": { "Homepage": "https://github.com/yowenter/daovoice-py-sdk" }, "release_url": "https://pypi.org/project/daovoice-sdk/0.0.8/", "requires_dist": null, "requires_python": "", "summary": "DaoVoice Open API Python Sdk", "version": "0.0.8" }, "last_serial": 3111078, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f8a7e16c8b50c102222b8c9650f778b5", "sha256": "4b1bfee7850a3f7cf940a85ba3540a50014a2944b2b941d8669816b32a2e465a" }, "downloads": -1, "filename": "daovoice_sdk-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "f8a7e16c8b50c102222b8c9650f778b5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 14588, "upload_time": "2017-05-19T09:22:14", "url": "https://files.pythonhosted.org/packages/81/98/12dc54b5bef9f018d50dbb4262db82050abc08fa96e035810d10d4c597f4/daovoice_sdk-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "63ad2cc3a4fc6f2fb631b3ea61ae4ad7", "sha256": "c74221d3ff416db6179c1fd22e43421c4cff18696041a6e704e5d57cf68cb47f" }, "downloads": -1, "filename": "daovoice-sdk-0.0.1.tar.gz", "has_sig": false, "md5_digest": "63ad2cc3a4fc6f2fb631b3ea61ae4ad7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4503, "upload_time": "2017-05-19T09:32:57", "url": "https://files.pythonhosted.org/packages/17/c1/50430aaed419708a2f541d431f5cbf7031236506d226b5b2d86cd79ba6f6/daovoice-sdk-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "beab997bd9a85b28823ae44530f3063b", "sha256": "5a822f75d71d3e26153060104dc12dac8695d6502845172e80361928e9204446" }, "downloads": -1, "filename": "daovoice-sdk-0.0.2.tar.gz", "has_sig": false, "md5_digest": "beab997bd9a85b28823ae44530f3063b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4554, "upload_time": "2017-05-23T03:57:29", "url": "https://files.pythonhosted.org/packages/0b/10/6b17bb443a6829618c45ab73bb020c997283b97c513b91edf4ce26985514/daovoice-sdk-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0d11e26eba7adf66c294eeab48a939ec", "sha256": "541bcae7830b5d49f529abbad9440e938978be89ff93cfdd0bfe7f95ca41d2ad" }, "downloads": -1, "filename": "daovoice-sdk-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0d11e26eba7adf66c294eeab48a939ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4694, "upload_time": "2017-05-26T06:18:35", "url": "https://files.pythonhosted.org/packages/d9/4a/4d330b1962a83093adbfac08a8f033932e2da9d65d7554d27e93c91b1281/daovoice-sdk-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ab38151d297f47c83b1085d81ed545f7", "sha256": "d7eac282833f5f66ca1069d42a5d4a8ddf5407bdac4bcadc9f7f07c5a9f5b340" }, "downloads": -1, "filename": "daovoice-sdk-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ab38151d297f47c83b1085d81ed545f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4837, "upload_time": "2017-07-18T03:48:02", "url": "https://files.pythonhosted.org/packages/24/e7/8be8cd63e0f42e57284be182988194710194567ee5bdd5d6419309d7abf8/daovoice-sdk-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "b2883b4dca41fcb30d6a8583dfec067d", "sha256": "f9788d9dfa0a709e26a94acac23b63722c45a3a784ec223e077d9d002c31c6b1" }, "downloads": -1, "filename": "daovoice-sdk-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b2883b4dca41fcb30d6a8583dfec067d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4979, "upload_time": "2017-07-28T02:31:16", "url": "https://files.pythonhosted.org/packages/b2/66/33e0b4b1493657f0431bf4b787023914bf8d3127c1849a61093d7ace08ea/daovoice-sdk-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "33d4e1e96ea58389be4097636d302a55", "sha256": "a3e8dc3ccf031be1ca42c2371a3b917e6510c9cf82faf18c072a85bc7cf49291" }, "downloads": -1, "filename": "daovoice-sdk-0.0.6.tar.gz", "has_sig": false, "md5_digest": "33d4e1e96ea58389be4097636d302a55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5042, "upload_time": "2017-07-28T09:39:09", "url": "https://files.pythonhosted.org/packages/8f/71/6eeff365ddedadfaadb7f9066c32e8f50c495b6b33cfc0d72a1a059f4784/daovoice-sdk-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "106cd677a150dfd16615bede6e5f58dd", "sha256": "9b5c23b9a1823d13d8318cf0937e92ac5023804ed8bdf43be5268a5177fac0c1" }, "downloads": -1, "filename": "daovoice-sdk-0.0.7.tar.gz", "has_sig": false, "md5_digest": "106cd677a150dfd16615bede6e5f58dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5123, "upload_time": "2017-08-21T05:59:31", "url": "https://files.pythonhosted.org/packages/45/52/4977fef9ac38e91ee3f88fee31cd1eeed17b34972289655527a66accd09a/daovoice-sdk-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "b9f2c06dec77368c787888156f55b8f2", "sha256": "e36a8e9ebc8201d592a8ff100a2ff280d2b41d8ba2f841846791e21eff816985" }, "downloads": -1, "filename": "daovoice-sdk-0.0.8.tar.gz", "has_sig": false, "md5_digest": "b9f2c06dec77368c787888156f55b8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5104, "upload_time": "2017-08-21T06:28:56", "url": "https://files.pythonhosted.org/packages/f6/33/26232aafdd2766ad9d2b829c683930005074455b5457cb90c05597511ae0/daovoice-sdk-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9f2c06dec77368c787888156f55b8f2", "sha256": "e36a8e9ebc8201d592a8ff100a2ff280d2b41d8ba2f841846791e21eff816985" }, "downloads": -1, "filename": "daovoice-sdk-0.0.8.tar.gz", "has_sig": false, "md5_digest": "b9f2c06dec77368c787888156f55b8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5104, "upload_time": "2017-08-21T06:28:56", "url": "https://files.pythonhosted.org/packages/f6/33/26232aafdd2766ad9d2b829c683930005074455b5457cb90c05597511ae0/daovoice-sdk-0.0.8.tar.gz" } ] }