{"id":15149853,"url":"https://github.com/ammahmoudi/simple-messanger","last_synced_at":"2026-06-05T08:31:25.491Z","repository":{"id":225728529,"uuid":"766547079","full_name":"ammahmoudi/Simple-Messanger","owner":"ammahmoudi","description":"simple chat application implemented in Python using a server-client architecture with groups and channels","archived":false,"fork":false,"pushed_at":"2024-03-07T23:26:47.000Z","size":499,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T07:31:17.387Z","etag":null,"topics":["chat-application","end-to-end-encryption","messanger","server-client"],"latest_commit_sha":null,"homepage":"https://simple-messanger-nine.vercel.app","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/ammahmoudi.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":"2024-03-03T15:12:00.000Z","updated_at":"2024-03-08T16:35:31.000Z","dependencies_parsed_at":"2024-03-08T00:28:08.476Z","dependency_job_id":null,"html_url":"https://github.com/ammahmoudi/Simple-Messanger","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"7c4f825295b04ce0b96d6b06c6707910c82d7497"},"previous_names":["ammahmoudi/simple-messanger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammahmoudi%2FSimple-Messanger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammahmoudi%2FSimple-Messanger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammahmoudi%2FSimple-Messanger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammahmoudi%2FSimple-Messanger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ammahmoudi","download_url":"https://codeload.github.com/ammahmoudi/Simple-Messanger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241929594,"owners_count":20044004,"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-application","end-to-end-encryption","messanger","server-client"],"created_at":"2024-09-26T14:01:15.638Z","updated_at":"2025-03-04T22:21:42.970Z","avatar_url":"https://github.com/ammahmoudi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chat App with Group and Channel Functionalities\n\nThis is a simple chat application implemented in Python using a server-client architecture. The app allows users to create groups, join groups, leave groups, create channels, join channels, leave channels, and send messages to groups and channels.\n\n## Features\n\n- **Server-Client Architecture**: The app is built using a client-server model where multiple clients can connect to a central server.\n- **End-to-End Encryption**: Messages sent between clients and the server are encrypted using base64.\n- **Timestamps**: Each message is timestamped to indicate when it was sent.\n- **Group Management**: Users can create groups, join groups, and leave groups. Messages can be sent to specific groups.\n- **Channel Management**: Users can create channels, join channels, and leave channels. Messages can be sent to specific channels.\n- **Simple Command Line Interface (CLI)**: The app features a simple CLI for user interaction.\n- **Usage of Sockets**: Sockets are used for communication between clients and the server.\n\n## Screenshots\n\n![sc1](/screenshots/sc_1.png)\n\n![sc2](/screenshots/sc_2.png)\n\n\n## Usage\n\n1. Run `chat_server.py` on your server machine.\n2. Run `chat_client.py` on different client machines or multiple times on the same machine.\n3. Enter a username for each client.\n4. Use commands to create groups, join groups, leave groups, create channels, join channels, leave channels, and send messages to groups and channels.\n\n### Group Commands\n- `/groupcreate group_name`: Creates a new group.\n- `/groupjoin group_name`: Joins an existing group.\n- `/groupleave group_name`: Leaves a group.\n\n### Channel Commands\n- `/channelcreate channel_name`: Creates a new channel.\n- `/channeljoin channel_name`: Joins an existing channel.\n- `/channelleave channel_name`: Leaves a channel.\n\n### Sending Messages\n- To send a message to a group: `/group group_name message`\n- To send a message to a channel: `/channel channel_name message`\n\n## Requirements\n\n- Python 3.x\n\n## Disclaimer\n\nThis chat application is a simplified example intended for educational purposes. It may not be suitable for use in production environments. Use at your own risk.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammahmoudi%2Fsimple-messanger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fammahmoudi%2Fsimple-messanger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammahmoudi%2Fsimple-messanger/lists"}