{"id":16697805,"url":"https://github.com/aaronsegura/nctalk","last_synced_at":"2026-05-19T11:33:11.240Z","repository":{"id":77118863,"uuid":"485847167","full_name":"aaronsegura/nctalk","owner":"aaronsegura","description":"Client library for NextCloud Talk","archived":false,"fork":false,"pushed_at":"2025-03-13T10:34:33.000Z","size":170,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T11:32:08.975Z","etag":null,"topics":["nextcloud","nextcloudtalk","python3","spreed","unofficial"],"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/aaronsegura.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-26T15:35:46.000Z","updated_at":"2025-03-13T10:34:36.000Z","dependencies_parsed_at":"2023-03-22T02:03:33.997Z","dependency_job_id":null,"html_url":"https://github.com/aaronsegura/nctalk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronsegura/nctalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnctalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnctalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnctalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnctalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronsegura","download_url":"https://codeload.github.com/aaronsegura/nctalk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnctalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33214340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"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":["nextcloud","nextcloudtalk","python3","spreed","unofficial"],"created_at":"2024-10-12T17:49:18.145Z","updated_at":"2026-05-19T11:33:09.861Z","avatar_url":"https://github.com/aaronsegura.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Nextcloud Talk Client Module\n\n### DEPRECATED\n    \nThis project is deprecated in favor of [aaronsegura/nextcloud-async](https://github.com/aaronsegura/nextcloud-async)\n\n-----\n\n######\n\nThis project is not endorsed or recognized in any way by the NextCloud project.\n\nThis is a work-in-progress and is being updated with reckless abandon.  You should\nnot be using this project yet.\n\nhttps://nextcloud-talk.readthedocs.io/en/latest/\n\nExample:\n\n    \u003e\u003e\u003e nct = NextCloudTalk(endpoint=endpoint, user=user, password=password)\n    \u003e\u003e\u003e nct.capabilities\n    ['audio', 'video', 'chat-v2', 'conversation-v4', 'guest-signaling', 'empty-group-room',\n    'guest-display-names', 'multi-room-users', 'favorites', 'last-room-activity', 'no-ping',\n    'system-messages', 'delete-messages', 'mention-flag', 'in-call-flags',\n    'conversation-call-flags', 'notification-levels', 'invite-groups-and-mails',\n    'locked-one-to-one-rooms', 'read-only-rooms', 'listable-rooms', 'chat-read-marker',\n    'webinary-lobby', 'start-call-flag', 'chat-replies', 'circles-support', 'force-mute',\n    'sip-support', 'chat-read-status', 'phonebook-search', 'raise-hand', 'room-description',\n    'rich-object-sharing', 'temp-user-avatar-api', 'geo-location-sharing',\n    'voice-message-sharing', 'signaling-v3', 'publishing-permissions', 'clear-history',\n    'direct-mention-flag', 'notification-calls', 'conversation-permissions',\n    'chat-reference-id']\n    \u003e\u003e\u003e conversations = nct.conversation_list()\n    \u003e\u003e\u003e for c in conversations:\n    ...   print(c.token, c.displayName, c.description)\n    ...\n    23pw7aud Work Chat None\n    jit4tk78 Family Chat None\n    6rsa4brg Talk updates ✅ None\n    3vkymk5m Test public room None\n    \u003e\u003e\u003e message = conversations[0].send(message='hello')\n    \u003e\u003e\u003e print(message['id'])\n    '4387'\n\nAlternatively, log in with HTTPBasicAuth:\n\n    \u003e\u003e\u003e auth = HTTPBasicAuth('user', 'password')\n    \u003e\u003e\u003e nct = NextCloudTalk(endpoint=endpoint, auth=auth)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsegura%2Fnctalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronsegura%2Fnctalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsegura%2Fnctalk/lists"}