{"id":26516284,"url":"https://github.com/saeedmasoudie/pycomms","last_synced_at":"2026-04-12T14:33:39.240Z","repository":{"id":283508744,"uuid":"952003352","full_name":"saeedmasoudie/pycomms","owner":"saeedmasoudie","description":"PyComms is a real-time communication platform built with Django Channels and WebRTC. It offers features like voice communication, text chat, and scalable real-time interactions for users.","archived":false,"fork":false,"pushed_at":"2025-03-20T16:17:01.000Z","size":36375,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T16:36:35.234Z","etag":null,"topics":["bootstrap","chat","django","django-realtime-chat","djangoapp","djangorealtimechatapp","js","pycomms","real-time","voice","webrtc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/saeedmasoudie.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":"2025-03-20T15:22:54.000Z","updated_at":"2025-03-20T16:17:04.000Z","dependencies_parsed_at":"2025-03-20T16:46:38.563Z","dependency_job_id":null,"html_url":"https://github.com/saeedmasoudie/pycomms","commit_stats":null,"previous_names":["saeedmasoudie/pycomms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeedmasoudie%2Fpycomms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeedmasoudie%2Fpycomms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeedmasoudie%2Fpycomms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeedmasoudie%2Fpycomms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeedmasoudie","download_url":"https://codeload.github.com/saeedmasoudie/pycomms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244752361,"owners_count":20504256,"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":["bootstrap","chat","django","django-realtime-chat","djangoapp","djangorealtimechatapp","js","pycomms","real-time","voice","webrtc"],"created_at":"2025-03-21T07:16:42.306Z","updated_at":"2025-12-31T00:03:32.510Z","avatar_url":"https://github.com/saeedmasoudie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyComms\n\n### **Overview**\n**PyComms** is a scalable real-time communication platform built with Django Channels and WebRTC. The application enables users to engage in real-time voice and text interactions, offering rich features like team collaboration, direct communication, and user management.\n\nWhether you're creating teams, managing channels, or diving into a multi-voice session within a single channel, PyComms is designed to facilitate seamless communication experiences with user-friendly features and backend efficiency.\n\n---\n\n### **Features**\n#### **Completed Functionalities**\n- **User Authentication:**\n  - Signup and Signin.\n  - Profile settings for personalized user experiences.\n\n- **Channels:**\n  - Create and manage channels.\n  - Support for multiple simultaneous voice sessions in a single channel.\n  - Channels-based chats (real-time).\n\n- **Real-Time Communication:**\n  - WebRTC-powered voice communication.\n  - Backend powered by Django Channels.\n  - Rate-limiting features to handle spam.\n\n#### **In-Progress Functionalities**\n- **Teams and Collaboration:**\n  - Create and manage teams.\n  - Assign and modify team roles.\n\n- **Friends Management:**\n  - Add friends.\n  - View friend list.\n  - Direct calls and chats with friends.\n\n- **User Interaction:**\n  - Search for users.\n  - Manage user accounts.\n\n- **Channel Ranks:**\n  - Role management within channels, including Owner, Admin, and Member functionalities.\n\n---\n\n### **Tech Stack**\n- **Backend:** Django with Django Channels for real-time communication.\n- **Frontend:** Bootstrap for responsive UI and JavaScript for interactivity.\n- **Real-Time Features:** WebRTC for voice communication and Redis for Django Channels layers.\n- **Database:** PostgreSQL (or any database of your choice).\n\n---\n\n### **Installation**\n```bash\n# Clone the repository or download it from Zip\ngit clone https://github.com/saeedmasoudie/pycomms.git\n\n# Navigate to the project directory\ncd pycomms\n\n# Create a virtual environment\npython -m venv venv\n\n# Activate the virtual environment\nsource venv/bin/activate  # Unix/Linux\nvenv\\Scripts\\activate     # Windows\n\n# Install dependencies\npip install -r requirements.txt\n\n# Run migrations\npython manage.py migrate\n\n# Start the development server\npython manage.py runserver\n```\n\n### **Usage**\n1. Setup your Database (Recomended -\u003e PostgreSQL) - dont use SQLite\n2. Change Setting File in Project\n3. Navigate to http://localhost:8000.\n4. Sign up or log in.\n5. Explore the available functionalities, such as creating channels or chatting in real time.\n6. Work with channels, chats, and multi-voice sessions.\n\n### **Contributing**\nThis project is a work in progress, and contributions are welcome! If you'd like to collaborate:\n- Fork the repository.\n- Create a feature branch (git checkout -b feature-name).\n- Commit your changes (git commit -m \"Add feature-name\").\n- Push your branch and create a pull request.\n\n### **Current Status**\nPyComms is under active development. While several core features are functional, others are still being implemented. Feel free to explore and contribute!\n\n### **Contact**\nFor questions or collaboration:\n- Name: Saeed or Eric\n- Email: Saeed.masoodi@yahoo.com\n- Portfolio/Website: [SaeedMasoudie.ir](https://www.saeedmasoudie.ir/)\n\n### **Credit**\n- Dash Ui and Bootstrap For Frontend\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeedmasoudie%2Fpycomms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeedmasoudie%2Fpycomms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeedmasoudie%2Fpycomms/lists"}