{"id":22002957,"url":"https://github.com/rssnyder/discord-bot-cryptoprices","last_synced_at":"2026-04-26T16:31:24.700Z","repository":{"id":243963680,"uuid":"813864140","full_name":"rssnyder/discord-bot-cryptoprices","owner":"rssnyder","description":"discord bot for displaying crypto prices using cryptoprices.cc","archived":false,"fork":false,"pushed_at":"2024-08-10T16:45:16.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T06:12:38.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rssnyder.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":"2024-06-11T22:28:20.000Z","updated_at":"2024-08-10T16:44:03.000Z","dependencies_parsed_at":"2024-08-10T17:25:31.006Z","dependency_job_id":"95e1332d-04e4-48c1-87d7-b309af5f93df","html_url":"https://github.com/rssnyder/discord-bot-cryptoprices","commit_stats":null,"previous_names":["rssnyder/discord-bot-cryptoprices"],"tags_count":7,"template":false,"template_full_name":"rssnyder/discord-bot","purl":"pkg:github/rssnyder/discord-bot-cryptoprices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-bot-cryptoprices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-bot-cryptoprices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-bot-cryptoprices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-bot-cryptoprices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rssnyder","download_url":"https://codeload.github.com/rssnyder/discord-bot-cryptoprices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-bot-cryptoprices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: 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":[],"created_at":"2024-11-29T23:42:08.066Z","updated_at":"2026-04-26T16:31:24.686Z","avatar_url":"https://github.com/rssnyder.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# discord-bot-cryptoprices\n\na simple discord bot that displays crypto status from cryptoprices.cc\n\n![image](https://user-images.githubusercontent.com/7338312/172267762-4a725451-ac86-4f81-aa3a-6ddd88e7967c.png)\n\n![GitHub all releases](https://img.shields.io/github/downloads/rssnyder/discord-bot/total?style=flat-square)\n\n```text\nUsage of ./discord-bot-cryptoprices:\n  -activityMsg string\n        bot activity\n  -metrics string\n        address for prometheus metric serving (default \":8080\")\n  -nicknameHeader string\n        bot nickname\n  -refresh string\n        seconds between refresh (default \"120\")\n  -setNickname string\n        to update nickname (default \"true\")\n  -status string\n        0: playing, 1: listening, 2: watching (default \"2\")\n  -symbol string\n        crypto to watch\n  -token string\n        discord bot token\n```\n\nmake sure the bot has \"change nickname\" permissions in the server if using that feature\n\n## docker compose\n\n```yaml\n---\nversion: \"3\"\nservices:\n  discord-bot:\n    image: ghcr.io/rssnyder/discord-bot\n    environment:\n      TOKEN: XXX..XXX\n      NICKNAME: some nickname\n      ACTIVITY: some activity\n      STATUS: 0\n      REFRESH: 5\n```\n\n## helm\n\n```\nhelm repo add discord-bot-cryptoprices https://rssnyder.github.io/discord-bot-cryptoprices\n\nhelm repo update discord-bot-cryptoprices\n\nhelm upgrade -i eth --namespace discord-bot-cryptoprices --create-namespace \\\n  discord-bot-cryptoprices/discord-bot-cryptoprices \\\n  --set token=xxxx-xxx-xxx-xxxx \\\n  --set symbol=ETH\n```\n\n## command line\n\n```shell\ncurl -L https://github.com/rssnyder/discord-bot-cryptoprices/releases/download/v\u003cversion\u003e/discord-bot-cryptoprices_\u003cversion\u003e_\u003cos\u003e_\u003carch\u003e.tar.gz -o discord-bot-cryptoprices.tar.gz\ntar zxf discord-bot-cryptoprices.tar.gz\n\n./discord-bot -token \"XXX..XXX\" -nickname \"some nickname\" -activity \"some activity\" -status \"0\" -refresh \"5\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frssnyder%2Fdiscord-bot-cryptoprices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frssnyder%2Fdiscord-bot-cryptoprices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frssnyder%2Fdiscord-bot-cryptoprices/lists"}