{"id":30709768,"url":"https://github.com/lckrugel/discord-bot","last_synced_at":"2026-07-01T00:32:02.271Z","repository":{"id":263080006,"uuid":"851345334","full_name":"lckrugel/discord-bot","owner":"lckrugel","description":"A implementation of a discord bot in Go","archived":false,"fork":false,"pushed_at":"2025-04-03T10:59:12.000Z","size":48,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T23:08:39.703Z","etag":null,"topics":["bot","discord","discord-bot","go","websocket"],"latest_commit_sha":null,"homepage":"","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/lckrugel.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-09-02T23:30:23.000Z","updated_at":"2024-12-19T11:34:29.000Z","dependencies_parsed_at":"2025-04-03T11:32:22.816Z","dependency_job_id":"c5d20b0f-7145-4aab-9e12-73ad39dce2c7","html_url":"https://github.com/lckrugel/discord-bot","commit_stats":null,"previous_names":["lckrugel/discord-bot","lckrugel/billy-the-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lckrugel/discord-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lckrugel%2Fdiscord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lckrugel%2Fdiscord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lckrugel%2Fdiscord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lckrugel%2Fdiscord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lckrugel","download_url":"https://codeload.github.com/lckrugel/discord-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lckrugel%2Fdiscord-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34988712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["bot","discord","discord-bot","go","websocket"],"created_at":"2025-09-02T23:06:10.595Z","updated_at":"2026-07-01T00:32:02.251Z","avatar_url":"https://github.com/lckrugel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Bot\n\nThis is an implementation of a Discord bot using Go that I'm doing as a learning exercise and a hobby.\n\n## Current capabilities\n\n- Perform the handshake and connect to Discord Event Gateway\n- Maintain connection sending heartbeats\n  - For now it is unable to reconnect if something fails\n\n## Requirements\n\n- Go: `v1.23`\n- Discord account\n\n## Configuration and Running\n\n1. First step is to create a bot account and get a token to be able to authenticate the bot. Follow the [discord.py tutorial](https://discordpy.readthedocs.io/en/stable/discord.html)\n\n2. Setup the `.env` file by using `cp .env.example .env` and inserting your discord token\n\n3. Setup the bot intents in `config/bot_intents_config.json`. Watch out as some of these require extra privileges. Refer to the documentation: [Gateway Intents](https://discord.com/developers/docs/events/gateway#gateway-intents)\n\n4. Then run, from the root of the project, `go mod tidy` and `go run ./cmd/main.go`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flckrugel%2Fdiscord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flckrugel%2Fdiscord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flckrugel%2Fdiscord-bot/lists"}