{"id":15146828,"url":"https://github.com/chanosan/shadowchat","last_synced_at":"2026-01-19T09:01:14.208Z","repository":{"id":209098653,"uuid":"702089919","full_name":"ChanoSan/shadowchat","owner":"ChanoSan","description":" zero-confirmation, zero-javascript, monero-only superchat app for livestreams ","archived":false,"fork":false,"pushed_at":"2023-10-08T13:18:57.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T22:47:38.493Z","etag":null,"topics":["cryptocurrencies","monero","nojs","superchat","xmr"],"latest_commit_sha":null,"homepage":"https://www.shadowchat.app","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChanoSan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-08T13:18:45.000Z","updated_at":"2025-01-16T04:57:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"eab00778-2657-448a-920a-77d917676287","html_url":"https://github.com/ChanoSan/shadowchat","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.16216216216216217","last_synced_commit":"ab63e4e884a48fd4d25e3368d5e114668ea6ea3d"},"previous_names":["chanosan/shadowchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChanoSan/shadowchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanoSan%2Fshadowchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanoSan%2Fshadowchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanoSan%2Fshadowchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanoSan%2Fshadowchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanoSan","download_url":"https://codeload.github.com/ChanoSan/shadowchat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanoSan%2Fshadowchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cryptocurrencies","monero","nojs","superchat","xmr"],"created_at":"2024-09-26T12:20:16.115Z","updated_at":"2026-01-19T09:01:14.175Z","avatar_url":"https://github.com/ChanoSan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n1. ```apt install golang```\n2. ```git clone https://git.sr.ht/~anon_/shadowchat```\n4. ```cd shadowchat```\n2. ```go get github.com/skip2/go-qrcode```\n5. ```go mod init shadowchat \u0026\u0026 go mod tidy```\n6. edit ```config.json```\n7. ```go run main.go```\n\nA webserver at 127.0.0.1:8900 is running. Pressing the pay button will result in a 500 Error if the `monero-wallet-rpc` is not running.\nThis is designed to be run on a cloud server with nginx proxypass for TLS.\n\n# Monero Setup\n1. Generate a view only wallet using the `monero-wallet-gui` from getmonero.org. Preferably with no password\n2. Copy the newly generated `walletname_viewonly` and `walletname_viewonly.keys` files to your VPS\n3. Download the `monero-wallet-rpc` binary that is bundled with the getmonero.org wallets.\n4. Start the RPC wallet: `monero-wallet-rpc --rpc-bind-port 28088 --daemon-address https://xmr-node.cakewallet.com:18081 --wallet-file /opt/wallet/walletname_viewonly --disable-rpc-login --password \"\"`\n\n# Usage\n- Visit 127.0.0.1:8900/view to view your superchat history\n- Visit 127.0.0.1:8900/alert?auth=adminadmin to see notifications\n- The default username is `admin` and password `adminadmin`. Change these in `main.go`\n- Edit web/index.html and web/style.css to customize your front page!\n\n# OBS\n- Add a Browser source in obs and point it to `https://example.com/alert?auth=adminadmin`\n# Future plans\n- Blocklist for naughty words\n- Widget for OBS displaying top donators\n- Remove discord and streamlabs integration features\n- Settings page for on-the-fly changes (minimum dono amount, hide all amounts, etc.)\n\n# License\nGPLv3\n\n### Donate\nsir,,thank you\n`84U6xHT7KVaWqdKwc7LiwkAXKCS2f2g6b6SFyt1G7u6xWqLBYTVXH2aEsEPho64uPFJQS6KHqSg7XLEfEkqvjdgd9H1vQSm`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanosan%2Fshadowchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanosan%2Fshadowchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanosan%2Fshadowchat/lists"}