{"id":15622445,"url":"https://github.com/ajb413/python-desktop-chat-application","last_synced_at":"2025-04-28T14:44:20.373Z","repository":{"id":78009939,"uuid":"210917912","full_name":"ajb413/python-desktop-chat-application","owner":"ajb413","description":"A PubNub powered Python chat application for cross-platform desktop.","archived":false,"fork":false,"pushed_at":"2023-12-06T16:56:25.000Z","size":3,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T10:33:49.359Z","etag":null,"topics":["chat","chat-application","cross-platform","desktop","desktop-app","desktop-application","desktop-client","pyqt","pyqt5","python","python-chat","python-chat-application","python-chatroom","python3","qt","qt5"],"latest_commit_sha":null,"homepage":null,"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/ajb413.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-25T18:53:27.000Z","updated_at":"2024-11-16T01:33:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8f0f326-9686-4b9a-bf81-9aebcd1760b4","html_url":"https://github.com/ajb413/python-desktop-chat-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajb413%2Fpython-desktop-chat-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajb413%2Fpython-desktop-chat-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajb413%2Fpython-desktop-chat-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajb413%2Fpython-desktop-chat-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajb413","download_url":"https://codeload.github.com/ajb413/python-desktop-chat-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251332308,"owners_count":21572593,"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":["chat","chat-application","cross-platform","desktop","desktop-app","desktop-application","desktop-client","pyqt","pyqt5","python","python-chat","python-chat-application","python-chatroom","python3","qt","qt5"],"created_at":"2024-10-03T09:54:02.037Z","updated_at":"2025-04-28T14:44:20.351Z","avatar_url":"https://github.com/ajb413.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Desktop Chat Application\n\nA [PubNub](https://www.pubnub.com/?devrel_gh=python-desktop-chat-application) powered Python 3 chat application. It's cross-platform desktop, thanks to PyQt. It sends and recieves chat messages using the PubNub network, so chat messaging is generic for devices/programming languages.\n\n\u003cimg alt=\"PubNub Desktop Python Chat Application Example\" src=\"https://i.imgur.com/qMvZX9L.png\" width=288 height=288/\u003e\n\nThis is a modified version of [Michael Herrmann's PyQt5 Example Chat](https://github.com/pyqt/examples/tree/_/src/11%20PyQt%20Thread%20example). I made it work with PubNub for the backend messaging.\n\n## Install\n\n - First make a [free PubNub account](https://dashboard.pubnub.com/signup?devrel_gh=python-desktop-chat-application) to instantly get API keys. It's free up to 1 million messages per month, forever.\n - Clone this repository.\n - Copy and paste your free PubNub API keys onto line 18 of `chatapp.py`.\n\n```python\npnconfig.publish_key = '__YOUR_PUBNUB_PUBLISH_KEY_HERE__'\npnconfig.subscribe_key = '__YOUR_PUBNUB_SUBSCRIBE_KEY_HERE__'\n```\n\n - Save your code file.\n - Navigate to the project directory using your command line application.\n - Run this to install Python libraries:\n\n```\npip3 install -r requirements.txt\n```\n\n## Run the Python Chat App\n```\npython3 chatapp.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajb413%2Fpython-desktop-chat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajb413%2Fpython-desktop-chat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajb413%2Fpython-desktop-chat-application/lists"}