{"id":20074036,"url":"https://github.com/matheussc017/teamchat","last_synced_at":"2026-04-15T05:31:17.410Z","repository":{"id":234594662,"uuid":"783264261","full_name":"MatheusSC017/TeamChat","owner":"MatheusSC017","description":"This project consists of a chat application which is divided into two parts, the first is the server which is responsible for maintaining the chat structure (channels and subchannels) and establishing a communication point for connected users, the second part is the client, which is developed in Python.","archived":false,"fork":false,"pushed_at":"2024-08-15T00:00:17.000Z","size":233,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T03:42:12.782Z","etag":null,"topics":["aiohttp","assynchronous","desktop","mongodb","pyqt6","python","redis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatheusSC017.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":"2024-04-07T12:04:46.000Z","updated_at":"2024-08-15T00:00:38.000Z","dependencies_parsed_at":"2024-06-04T11:48:25.624Z","dependency_job_id":"9e6b0fc1-4335-4377-858e-336e37531bff","html_url":"https://github.com/MatheusSC017/TeamChat","commit_stats":null,"previous_names":["matheussc017/teamchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MatheusSC017/TeamChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusSC017%2FTeamChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusSC017%2FTeamChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusSC017%2FTeamChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusSC017%2FTeamChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatheusSC017","download_url":"https://codeload.github.com/MatheusSC017/TeamChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusSC017%2FTeamChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aiohttp","assynchronous","desktop","mongodb","pyqt6","python","redis"],"created_at":"2024-11-13T14:49:08.146Z","updated_at":"2026-04-15T05:31:17.381Z","avatar_url":"https://github.com/MatheusSC017.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeamChat\r\n\r\nThis project consists of a chat application which is divided into two parts, the first is the server which is responsible for maintaining the chat structure (channels and subchannels) and establishing a communication point for connected users, the second part is the client, which is developed in Python, together with the PyQT library to create an interface in which the user can interact with the server structure and communicate with other users\r\n\r\n## Characterist\r\n### Users\r\n\r\nCreating a user is very simple. You only need to set a username and a password. Optionally, you can also set an email and a nickname for auto-connecting in the chat.\r\n\r\n### Chats\r\n\r\nChats have an owner and sub-channels. The owner is the user who creates and manages the channel. The sub-channels are the rooms where users can enter to chat.\r\n\r\nEach sub-channel has several configurations:\r\n\r\nPassword: This configuration consists of two values:\r\n    A boolean indicating if the sub-channel is private or public.\r\n    If the sub-channel is private, the owner needs to specify a password.\r\n\r\nUser Limit: This configuration limits the number of users that can be connected to a specific sub-channel. You can set whether the sub-channel has a user limit, and if so, what that limit is.\r\n\r\nAnonymous Users: This boolean setting indicates if the sub-channel accepts anonymous users or only logged-in users.\r\n\r\n## Using\r\n\r\nThe first step to use the project is install the server, this can be done thought the few steps;\r\n- Create virtual env\r\n- Install dependencies of requirements.txt\r\n- run app/main.py\r\n\r\nThen you can start the client, create a .env file with the configuration, if you are running local this is an example of a configuration file, next time create a virtual environment, install the dependencies and run main.py\r\n\r\n```\r\nHOST=http://127.0.0.1\r\nPORT=8080\r\nSSL=0\r\n```\r\n\r\n## Create installer to desktop\r\n\r\nUse the command below to create the chat client installer\r\n\r\n```\r\npyinstaller main.py\r\n```\r\n\r\nor\r\n\r\n```\r\npyinstaller --onefile main.py\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheussc017%2Fteamchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheussc017%2Fteamchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheussc017%2Fteamchat/lists"}