{"id":13343976,"url":"https://github.com/purplesyringa/ThunderProxy","last_synced_at":"2025-03-12T06:30:50.440Z","repository":{"id":80468829,"uuid":"116647813","full_name":"purplesyringa/ThunderProxy","owner":"purplesyringa","description":"A local IRC server supporting ThunderBird to send/receive messages from ThunderWave chat (ZeroNet)","archived":false,"fork":false,"pushed_at":"2022-11-06T13:47:13.000Z","size":304,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-24T16:50:10.397Z","etag":null,"topics":["chat","irc","p2p","peer-to-peer","thunderwave","work-in-progress","zeronet"],"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/purplesyringa.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":"2018-01-08T08:05:51.000Z","updated_at":"2024-01-19T10:25:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e369d2af-37db-41c1-aa2c-95dbe9fbd295","html_url":"https://github.com/purplesyringa/ThunderProxy","commit_stats":null,"previous_names":["purplesyringa/thunderproxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplesyringa%2FThunderProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplesyringa%2FThunderProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplesyringa%2FThunderProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purplesyringa%2FThunderProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purplesyringa","download_url":"https://codeload.github.com/purplesyringa/ThunderProxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171466,"owners_count":20247876,"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","irc","p2p","peer-to-peer","thunderwave","work-in-progress","zeronet"],"created_at":"2024-07-29T19:32:07.632Z","updated_at":"2025-03-12T06:30:50.421Z","avatar_url":"https://github.com/purplesyringa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThunderProxy\n\nThunderProxy is a local IRC server connecting [ThunderWave](https://github.com/AnthyG/ThunderWave) and [ThunderBird](https://www.thunderbird.net/) (or any other IRC client).\n\n## TODO\n\n1. Send messages to group chats\n2. Receive messages from group chats\n3. Send messages to private chats\n4. Receive messages from private chats\n5. ~~Send messages via IRC to lobby~~\n6. ~~Receive messages from lobby~~\n\n## Installation and usage\n\nLinux:\n\n```bash\n$ git clone https://github.com/imachug/ThunderProxy.git\n$ cd ThunderProxy\n$ vi config.py\n$ sudo python start_server.py # Run local IRC server\n```\n\nWindows:\n\n```\n\u003e git clone https://github.com/imachug/ThunderProxy.git\n\u003e cd ThunderProxy\n\u003e notepad config.py\n\u003e python start_server.py # Run local IRC server\n```\n\n## Local server\n\nIRC server is ran on `localhost`, port `6667`. Configure your IRC client to access that address.\n\nSet username to `\u003cyourname\u003e/\u003cauthprovider\u003e`, e.g. `gitcenter/zeroid.bit`.\n\n## Examples\n\nFirst, run `python start_server.py`.\n\n### Configuring ThunderBird\n\n1. Open ThunderBird and press `Chat`  \n![Chat](images/thunderbird/1.png)\n2. Press `Show Accounts`  \n![Show Accounts](images/thunderbird/2.png)\n3. Press `New Account`  \n![New Account](images/thunderbird/3.png)\n4. Choose **IRC**  \n![IRC](images/thunderbird/4.png)  \n5. Use username `\u003cyourname\u003e/\u003cauthprovider\u003e` and server `localhost`  \n![Login](images/thunderbird/5.png)\n6. Leave password empty  \n![Password](images/thunderbird/6.png)\n7. Open **IRC Options**:\n    * Choose port `6667`\n    * Uncheck **Use SSL**\n    * Press `Next \u003e`  \n![IRC Options](images/thunderbird/7.png)\n8. Press `Next -\u003e` and then `Finish`  \n![Finish](images/thunderbird/8.png)\n9. *(optional)* Join channel `lobby`  \n![Lobby](images/thunderbird/9.png)\n\n### Configuring mIRC\n\n1. Start mIRC  \n![Start mIRC](images/mirc/1.png)\n2. Open **mIRC Options**  \n![mIRC Options](images/mirc/2.png)\n3. Choose `Servers` in sidebar  \n![Servers](images/mirc/3.png)\n4. Press `Add`  \n![Add](images/mirc/4.png)\n5. Choose address `localhost` and press `Add`  \n![Server](images/mirc/5.png)\n6. Press `Select`  \n![Select](images/mirc/6.png)\n7. Enter nickname `\u003cyourname\u003e/\u003cauthprovider\u003e` and press `Connect`  \n![Login](images/mirc/7.png)\n8. Click `ThunderWave \u003cyourname\u003e/\u003cauthprovider\u003e` in sidebar  \n![Logging in](images/mirc/8.png)\n9. *(optional)* Type `/join #lobby`  \n![Joining lobby](images/mirc/9.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurplesyringa%2FThunderProxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurplesyringa%2FThunderProxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurplesyringa%2FThunderProxy/lists"}