{"id":19724890,"url":"https://github.com/cromega08/chathon","last_synced_at":"2026-04-17T03:35:16.481Z","repository":{"id":41351108,"uuid":"509228487","full_name":"cromega08/ChaThon","owner":"cromega08","description":"A CLI chat application written in pure python code.","archived":false,"fork":false,"pushed_at":"2022-07-01T23:04:29.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T01:15:42.422Z","etag":null,"topics":["chat","chat-application","cli","cli-app","cli-application","cli-chat","client-server","python","python-3","python-3-10","python-310","python3","python310","socket","socket-io","socket-programming","sockets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cromega08.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}},"created_at":"2022-06-30T20:46:03.000Z","updated_at":"2022-12-13T22:58:49.000Z","dependencies_parsed_at":"2022-09-03T13:11:13.611Z","dependency_job_id":null,"html_url":"https://github.com/cromega08/ChaThon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cromega08/ChaThon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cromega08%2FChaThon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cromega08%2FChaThon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cromega08%2FChaThon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cromega08%2FChaThon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cromega08","download_url":"https://codeload.github.com/cromega08/ChaThon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cromega08%2FChaThon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["chat","chat-application","cli","cli-app","cli-application","cli-chat","client-server","python","python-3","python-3-10","python-310","python3","python310","socket","socket-io","socket-programming","sockets"],"created_at":"2024-11-11T23:27:27.948Z","updated_at":"2026-04-17T03:35:16.450Z","avatar_url":"https://github.com/cromega08.png","language":"Python","readme":"\n# ChaThon\n\nChaThon it's a CLI implementation of a chat application.\n\nWorks as a ChatRoom where one of the users as like server for all participants, included itself.\n\nIt's a pure python creation and works with built-in modules of python.\n\n## Requirements\n\n* Python 3.10+\n\n* XTerm terminal (this it's commonly included in linux sistems)\n\n## Installation\n\nThe project include a setup.py file ready to use with pip.\n\nAfter cloning the repository, just write:\n\n```bash\npip install /path/to/ChaThon/folder\n```\n\nIf you want to modify the files and not reinstall every time, write:\n\n```bash\npip install -e /path/to/ChaThon/folder\n```\n\n## Usage\n\n* To start a new ChatRoom, acting as the server\n\n    ```bash\n    chathon server -n {number of participants}\n    ```\n\n    * **Note:** ChaThon generate a random port each time. If you want to use a specific port, write:\n\n    ```bash\n    chathon server -n {number of participants} -p {positive number lower than 65000}\n    ```\n\n* To join a ChatRoom\n\n    ```bash\n    chathon client -ip {ip of the host} -p {the port activated for the host}\n    ```\n\n## Examples\n\n* Start a server\n\n```bash\nchathon server -n 1 -p 1234\n```\n\n* Connect to a server\n\n```bash\nchathon client -p 127.0.0.1 -p 1234\n```\n\n## Authors\n\n* [@Cromega08](https://www.github.com/cromega08)\n\n## License\n\n* [GNU AGPL v3.0](https://choosealicense.com/licenses/agpl-3.0/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcromega08%2Fchathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcromega08%2Fchathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcromega08%2Fchathon/lists"}