{"id":13844469,"url":"https://github.com/bl4de/irc-client","last_synced_at":"2026-02-13T21:29:22.531Z","repository":{"id":78781022,"uuid":"89109340","full_name":"bl4de/irc-client","owner":"bl4de","description":"Simple IRC (Internet Relay Chat) Client written in Python","archived":false,"fork":false,"pushed_at":"2018-11-06T07:48:45.000Z","size":2774,"stargazers_count":58,"open_issues_count":4,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-05T17:41:49.110Z","etag":null,"topics":["irc","irc-client","python"],"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/bl4de.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}},"created_at":"2017-04-23T01:16:33.000Z","updated_at":"2024-05-25T01:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"15a6cb86-033f-4978-acfe-d42ad2d07f1d","html_url":"https://github.com/bl4de/irc-client","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/bl4de%2Firc-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl4de%2Firc-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl4de%2Firc-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl4de%2Firc-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bl4de","download_url":"https://codeload.github.com/bl4de/irc-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225763423,"owners_count":17520456,"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":["irc","irc-client","python"],"created_at":"2024-08-04T17:02:43.198Z","updated_at":"2026-02-13T21:29:17.505Z","avatar_url":"https://github.com/bl4de.png","language":"Python","funding_links":[],"categories":["Python (1887)","Python"],"sub_categories":[],"readme":"# irc-client\n\nSimple IRC (Internet Relay Chat) Client written in Python 2\n\n\n## Contributors\n\nSpecial thanks to Ilie Cebanu (https://github.com/NotQuiteMelvin) for Python 3 version.\n\n\n## Usage\n\nTo join any channel (on Freenode) with selected username, simply run irc_client.py and put desired username as a first argument, followed by channel name (with following # or without):\n\n```\n./irc_client.py myusername channeltojoin\n```\n\nor\n\n```\n./irc_client.py myusername #channeltojoin   // actually not working :)\n```\n\n__Seems that passing channel name with following # break script, as Python treats # as the begining of the comment?__\n\n\n## Sample conversation\n\nThis is how it looks right now (left console: irc_client.py, right console: irssi):\n\n![Sample conversation](sample-talk.png)\n\n## Compiled to .pyc\n\nI've added verison compiled to Python bytecode file (with .pyc extension). Compilation is done by command:\n\n```\n$ python -m compileall irc_client.py\n```\n\nIt might be useful to get binary version instead of cource code.\n\n\n## Issues and further ideas/features\n\n- multiline messages not working (related to no reposnse from server when no other user post message)\n- output sometimes messed by server messages (like PING)\n- lack of UX - only simple one line messages can be sent :)\n- irc.freenode.net (server) and port 6667 hardcoded - but can be easily added as arguments\n- channel name has to be passed without leading ```#```\n\n- colorful output (TBD)\n\n\n## References\n\nhttps://en.wikipedia.org/wiki/Internet_Relay_Chat\n\nRFC 1459 (Internet Relay Chat Protocol)                                             \nhttps://tools.ietf.org/html/rfc1459\n\nIRC server response codes reference                                                 \nhttps://www.alien.net.au/irc/irc2numerics.html\n\nRFC 2812 (Internet Relay Chat: Client Protocol):                                \nhttps://tools.ietf.org/html/rfc2812\n\nOther resources:\n\nhttp://chi.cs.uchicago.edu/chirc/irc_examples.html                                                  \nhttp://books.msspace.net/mirrorbooks/irchacks/059600687X/irchks-CHP-13-SECT-2.html\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl4de%2Firc-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbl4de%2Firc-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl4de%2Firc-client/lists"}