{"id":21044680,"url":"https://github.com/notchum/golden-god-bot","last_synced_at":"2026-05-19T11:33:23.586Z","repository":{"id":155577973,"uuid":"607435085","full_name":"notchum/golden-god-bot","owner":"notchum","description":"An Always Sunny quoting Discord bot using serenity. ","archived":false,"fork":false,"pushed_at":"2023-05-14T02:21:57.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T22:11:16.523Z","etag":null,"topics":["bot","discord","discord-bot","discordapp","discordbot","fun","rust","rust-lang","serenity"],"latest_commit_sha":null,"homepage":"https://discord.com/api/oauth2/authorize?client_id=1079555682723958794\u0026permissions=274877925440\u0026scope=bot%20applications.commands","language":"Rust","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/notchum.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-02-28T00:49:29.000Z","updated_at":"2023-05-14T02:24:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6cbe7d9-0e8c-4f05-9cd6-20ab88b02089","html_url":"https://github.com/notchum/golden-god-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/notchum/golden-god-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notchum%2Fgolden-god-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notchum%2Fgolden-god-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notchum%2Fgolden-god-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notchum%2Fgolden-god-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notchum","download_url":"https://codeload.github.com/notchum/golden-god-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notchum%2Fgolden-god-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33214336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"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":["bot","discord","discord-bot","discordapp","discordbot","fun","rust","rust-lang","serenity"],"created_at":"2024-11-19T14:18:08.601Z","updated_at":"2026-05-19T11:33:23.565Z","avatar_url":"https://github.com/notchum.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golden-god-bot\nA Discord bot that quotes The Golden God from Always Sunny (inspired by u/golden-god-bot). Invite it to your server [here](https://discord.com/api/oauth2/authorize?client_id=1079555682723958794\u0026permissions=274877925440\u0026scope=bot%20applications.commands)!\n\nThis is just a project to help me learn Rust.\n\n## Dependencies\n- [serenity](https://github.com/serenity-rs/serenity)\n\n## Environment Setup\nRename `.env.example` to just `.env` and open it up. Fill out the API Keys needed.\n\n### Discord Applications\n- Bot \u003e Token \u003e Copy \u003e paste in a .env file\n- OAuth2 \u003e URL Generator \u003e Scopes\n  - Check `bot` and `applications.commands`\n- OAuth2 \u003e URL Generator \u003e Bot Permissions\n  - Check `Send Messages`, `Send Messages in Threads`, `Embed Links`, and `Add Reactions` \n- Copy the invite URL generated to add the bot to your own server\n\n## Deployment\nFirst thing's first: bots should be running 24/7 so you _should_ have access to a server. If you don't host a home server (well, you should) then a VPS may be a good option. From there, there are a lot of ways to deploy a Discord bot but I prefer [Docker](https://www.docker.com/).\n\nThe baseline Docker image is hosted on [Docker Hub](https://hub.docker.com/r/notchum/golden-god-bot). Use `notchum/golden-god-bot:latest` in your `docker run` command to pull that image.\n\n### Building Custom Docker Image\nOnce in the `golden-god-bot` directory, build the image:\n```sh\n$ docker build -t golden-god-bot:\u003cversion\u003e .\n```\n\n### Creating Docker Container\nAfter you have the image, create \u0026 start a container:\n```sh\n$ docker run \\\n    --name golden-god-bot \\\n    --restart unless-stopped \\\n    -e TZ=\u003ctimezone\u003e \\\n    -d golden-god-bot:\u003cversion\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotchum%2Fgolden-god-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotchum%2Fgolden-god-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotchum%2Fgolden-god-bot/lists"}