{"id":13715794,"url":"https://github.com/lieuwex/whapp-irc","last_synced_at":"2025-10-06T12:31:56.791Z","repository":{"id":57554076,"uuid":"127052214","full_name":"lieuwex/whapp-irc","owner":"lieuwex","description":"whatsapp web \u003c-\u003e irc gateway","archived":true,"fork":false,"pushed_at":"2020-10-07T15:58:24.000Z","size":283,"stargazers_count":206,"open_issues_count":26,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-30T07:40:52.103Z","etag":null,"topics":["bridge","chat","daemon","gateway","go","golang","irc","webwhatsapi","whatsapp","whatsapp-web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lieuwex.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":"2018-03-27T22:19:39.000Z","updated_at":"2024-09-26T18:34:30.000Z","dependencies_parsed_at":"2022-09-26T18:51:12.940Z","dependency_job_id":null,"html_url":"https://github.com/lieuwex/whapp-irc","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/lieuwex%2Fwhapp-irc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lieuwex%2Fwhapp-irc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lieuwex%2Fwhapp-irc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lieuwex%2Fwhapp-irc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lieuwex","download_url":"https://codeload.github.com/lieuwex/whapp-irc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235527720,"owners_count":19004370,"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":["bridge","chat","daemon","gateway","go","golang","irc","webwhatsapi","whatsapp","whatsapp-web"],"created_at":"2024-08-03T00:01:03.581Z","updated_at":"2025-10-06T12:31:51.506Z","avatar_url":"https://github.com/lieuwex.png","language":"Go","funding_links":[],"categories":["Go","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Depreciation\nwhapp-irc is not supported anymore, and probably never will be anymore by me.\nFeel free to fork.\n\nhttps://git.theta.eu.org/eta/whatsxmpp or https://github.com/eeeeeta/sms-irc or https://github.com/tulir/mautrix-whatsapp/ are all alternatives.\n\n# whapp-irc\n_a simple whatsapp web \u003c-\u003e irc gateway_\n\n[take a look at the quick and cool setting up guide](https://github.com/lieuwex/whapp-irc/wiki/Setting-up)\n\n## information\n- private chats;\n- group chats, with op for admins;\n- kicking, inviting, and stuff;\n- LIST, WHO (with online/offline state);\n- joining chats;\n- converts names to irc safe names as much as possible;\n- receiving files, hosts it as using a HTTP file server;\n- receiving locations, will send a Google Maps link to the location;\n- receiving reply messages;\n- generating QR code;\n- saves login state to disk;\n- replay using `whapp-irc/replay` capability;\n- IRCv3 `server-time` support;\n- no configuration needed;\n- probably some stuff I forgot.\n\n## configuration\n### irc client\nTo use whapp-irc optimally you should set the following client capabilities:\n- `server-time` (this will show the time when the message was sent in whatsapp\n\tin your IRC client, instead of when the bridge received it);\n- `whapp-irc/replay` (this will replay all the messages the bridge missed, for\n\texample: when the bridge is turned off. The bridges stores the timestamp of\n\tthe last message for every chat on disk and will send all newer messages to\n\tthe client).\n\n### environment variables\nAll configuration is done using environment variables.\nQuick and simple.\n- `HOST`: the IP/domain used to generate the URLs to media files;\n- `FILE_SERVER_PORT`: the port used for the file httpserver, if not 80 it will\n\tbe appended to the URLs;\n- `IRC_SERVER_PORT`: the port to listen on for IRC connections;\n- `LOG_LEVEL`: `normal` (default) or `verbose`, if verbose it will log all\n\tcommunication between whapp-irc and the chromium instance;\n- `MAP_PROVIDER`: The map provider to use for location messages: can be one of\n\t`googlemaps` (default) or `openstreetmap`.\n\n## docker\nIt's recommend to use the docker image.\nIt's also the only supported version, since this way we have a consistent,\npredictable and reproducible version.\n\nTo run:\n```\ndocker run -d \\\n\t--name whapp-irc \\\n\t-v PATH_TO_DIR_FOR_DATA_HERE:/root \\\n\t-p 6667:6060 \\\n\t-p 3000:3000 \\\n\t-e \"HOST=IP_ADDRESS_OR_DOMAIN_HERE\" \\\n\tlieuwex/whapp-irc\n```\n\n## local build\nif you want to build whapp-irc locally (no guaranty it works with your chromium\nversion and what not), make sure you have go, dep, and chromium.\nThen, clone the repo in your `$GOPATH` and run: `./make.bash`.\n\n## support\n`#whapp-irc` on freenode, you can mention lieuwex if nobody responds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flieuwex%2Fwhapp-irc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flieuwex%2Fwhapp-irc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flieuwex%2Fwhapp-irc/lists"}