{"id":18160635,"url":"https://github.com/lindskogen/weechatrn","last_synced_at":"2025-05-07T08:45:23.171Z","repository":{"id":43162366,"uuid":"47062038","full_name":"lindskogen/weechatRN","owner":"lindskogen","description":"Weechat relay client for iOS using websockets","archived":false,"fork":false,"pushed_at":"2024-03-04T20:18:18.000Z","size":347,"stargazers_count":6,"open_issues_count":16,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T05:48:23.904Z","etag":null,"topics":["ios","irc","react-native","weechat"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lindskogen.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":"2015-11-29T12:06:51.000Z","updated_at":"2023-01-31T16:40:31.000Z","dependencies_parsed_at":"2025-04-01T01:32:55.595Z","dependency_job_id":"14609059-b8c5-4975-b29e-7ae89561c6e2","html_url":"https://github.com/lindskogen/weechatRN","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/lindskogen%2FweechatRN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindskogen%2FweechatRN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindskogen%2FweechatRN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindskogen%2FweechatRN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lindskogen","download_url":"https://codeload.github.com/lindskogen/weechatRN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252846419,"owners_count":21813424,"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":["ios","irc","react-native","weechat"],"created_at":"2024-11-02T08:08:51.376Z","updated_at":"2025-05-07T08:45:23.149Z","avatar_url":"https://github.com/lindskogen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeechatRN\n\nAn attempt to bring iOS users in on the good life of [weechat-android](https://github.com/ubergeek42/weechat-android).\n\n## Supported connection options\n\nThe only supported option for connecting to a weechat instance is through websockets.\n\n## Development\n\n```bash\n# Install react-native-cli\nyarn global add react-native-cli\n\n# Install dependencies for project\nyarn install\n\n\n# Launch iOS simulator\nreact-native run-ios\n\n# Run on Android device (not tested)\nreact-native run-android\n```\n\n## Example configuration\n\nAll examples below uses `example.com` as hostname, and `5555` as port number, but you should of course replace them with your own values as needed.\n\n### Weechat configuration:\n\n```\n/relay add ssl.weechat 5555\n/set relay.network.password \u003cyour secret password\u003e\n```\n\n### Webserver configuration (probably not needed):\n\nIf you need to proxy though another host and happen to be using Caddy as your webserver, you can use my config file below:\n\nCaddy:\n\n```\nexample.com {\n\tlog stdout\n\terrors stderr\n\tproxy /weechat localhost:5555 {\n\t\twebsocket\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindskogen%2Fweechatrn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flindskogen%2Fweechatrn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindskogen%2Fweechatrn/lists"}