{"id":25349550,"url":"https://github.com/starrfox/discord-chan","last_synced_at":"2025-10-31T10:49:40.046Z","repository":{"id":34332748,"uuid":"167517077","full_name":"StarrFox/Discord-chan","owner":"StarrFox","description":"A Discord chat bot","archived":false,"fork":false,"pushed_at":"2025-10-20T02:15:16.000Z","size":2303,"stargazers_count":10,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T06:46:30.504Z","etag":null,"topics":["discord","discord-bot","discord-py"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarrFox.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-01-25T08:59:39.000Z","updated_at":"2025-10-20T02:13:15.000Z","dependencies_parsed_at":"2023-09-24T01:30:33.504Z","dependency_job_id":"7131c83f-8eaa-4825-a1a2-23c2e675020f","html_url":"https://github.com/StarrFox/Discord-chan","commit_stats":null,"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"purl":"pkg:github/StarrFox/Discord-chan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2FDiscord-chan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2FDiscord-chan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2FDiscord-chan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2FDiscord-chan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarrFox","download_url":"https://codeload.github.com/StarrFox/Discord-chan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2FDiscord-chan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281976632,"owners_count":26592972,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["discord","discord-bot","discord-py"],"created_at":"2025-02-14T16:43:22.996Z","updated_at":"2025-10-31T10:49:39.972Z","avatar_url":"https://github.com/StarrFox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Chan\n\nA general purpose discord bot made with [discord.py](https://github.com/Rapptz/discord.py)\n\n## Running\n\n```shell script\nnix run github:StarrFox/Discord-chan\n```\n\nyou can pass a path to your own token file with --secret\n\n## NixOS module\n\nthere is also a nixos module you can use\n\ninclude the module with\n\n```nix\n{\n  inputs.discord_chan.url = \"github:StarrFox/Discord-chan\";\n\n  outputs = { self, nixpkgs, discord_chan }: {\n    # change `yourhostname` to your actual hostname\n    nixosConfigurations.yourhostname = nixpkgs.lib.nixosSystem {\n      # change to your system:\n      system = \"x86_64-linux\";\n      modules = [\n        ./configuration.nix\n        discord_chan.nixosModules.default\n      ];\n    };\n  };\n}\n```\n\nthen use it like\n\n```nix\nservices.discord_chan = {\n    enable = true;\n    tokenFile = \"path/to/token_file\";\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarrfox%2Fdiscord-chan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarrfox%2Fdiscord-chan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarrfox%2Fdiscord-chan/lists"}