{"id":25395801,"url":"https://github.com/yowenter/daovoice-py-sdk","last_synced_at":"2025-10-30T20:31:39.345Z","repository":{"id":62566401,"uuid":"91671457","full_name":"yowenter/daovoice-py-sdk","owner":"yowenter","description":"Python SDK  For  DaoVoice ","archived":false,"fork":false,"pushed_at":"2017-08-21T06:27:59.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T20:04:42.639Z","etag":null,"topics":["crm","daovoice","python-sdk"],"latest_commit_sha":null,"homepage":"http://docs.daovoice.io/api/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yowenter.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-18T08:56:27.000Z","updated_at":"2018-02-19T03:45:11.000Z","dependencies_parsed_at":"2022-11-03T17:47:48.520Z","dependency_job_id":null,"html_url":"https://github.com/yowenter/daovoice-py-sdk","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowenter%2Fdaovoice-py-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowenter%2Fdaovoice-py-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowenter%2Fdaovoice-py-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yowenter%2Fdaovoice-py-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yowenter","download_url":"https://codeload.github.com/yowenter/daovoice-py-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239053978,"owners_count":19574153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["crm","daovoice","python-sdk"],"created_at":"2025-02-15T20:38:25.832Z","updated_at":"2025-10-30T20:31:33.972Z","avatar_url":"https://github.com/yowenter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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\")\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyowenter%2Fdaovoice-py-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyowenter%2Fdaovoice-py-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyowenter%2Fdaovoice-py-sdk/lists"}