{"id":22533268,"url":"https://github.com/zobweyt/giveaways","last_synced_at":"2026-04-09T23:04:32.126Z","repository":{"id":243308904,"uuid":"811938187","full_name":"zobweyt/Giveaways","owner":"zobweyt","description":"An app for hosting fair and reliable giveaways at your discord (https://discord.com)","archived":false,"fork":false,"pushed_at":"2024-06-27T16:03:17.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T05:42:23.740Z","etag":null,"topics":["bogus","bot","discord","discord-csharp","discord-net","dotnet","sqlite","xunit"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zobweyt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","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-07T15:50:18.000Z","updated_at":"2025-03-16T10:02:53.000Z","dependencies_parsed_at":"2024-06-07T23:45:26.207Z","dependency_job_id":"f4091beb-4242-43d5-a694-16a75c086fe0","html_url":"https://github.com/zobweyt/Giveaways","commit_stats":null,"previous_names":["zobweyt/giveaways"],"tags_count":1,"template":false,"template_full_name":"zobweyt/Discord.Net.Template","purl":"pkg:github/zobweyt/Giveaways","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zobweyt%2FGiveaways","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zobweyt%2FGiveaways/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zobweyt%2FGiveaways/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zobweyt%2FGiveaways/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zobweyt","download_url":"https://codeload.github.com/zobweyt/Giveaways/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zobweyt%2FGiveaways/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274470931,"owners_count":25291611,"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-09-10T02:00:12.551Z","response_time":83,"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":["bogus","bot","discord","discord-csharp","discord-net","dotnet","sqlite","xunit"],"created_at":"2024-12-07T09:07:40.775Z","updated_at":"2026-04-09T23:04:32.095Z","avatar_url":"https://github.com/zobweyt.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/discord-net/Discord.Net\"\u003e\n    \u003cimg width=\"100\" src=\"https://github.com/zobweyt/Giveaways/assets/98274273/94c82d8b-3593-4401-acb9-b791cf849761\" alt=\"App icon\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  Giveaways\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  An app for hosting fair and reliable giveaways at your server.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.com/invite/aAn3KkaJzM\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/925862084573552642\" alt=\"Discord\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/librariesio/github/zobweyt/Giveaways\" alt=\"Dependencies\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/zobweyt/Giveaways/dotnet.yml\" alt=\"Status\" /\u003e\n\u003c/p\u003e\n\n## 🗝️ Features\n* Host unlimited giveaways at your discord servers.\n* Manually end giveaways via a [message command](https://discord.com/developers/docs/tutorials/upgrading-to-application-commands#message-commands).\n\n## 🗺️ Roadmap\n\nTo see the current and future tasks for this project, please navigate to the [projects](https://github.com/zobweyt/Giveaways/projects) tab.\n\n## 📦 Personal usage\n\nTo start, open a command prompt and follow these instructions:\n\n### Step 1 — Get the app\n\nClone this repository to your machine, open it in your editor, and navigate to the startup project:\n\n```sh\ngit clone https://github.com/zobweyt/Giveaways.git\ncd ./src/Giveaways\n```\n\n### Step 2 — Configure the environment\n\nWe are using the [options pattern](https://learn.microsoft.com/aspnet/core/fundamentals/configuration/options) for typed access to groups of [related settings](./src/Giveaways/Common/Options). You should configure the [`appsettings.json`](./src/Giveaways/appsettings.json) file or manage [user secrets](https://learn.microsoft.com/aspnet/core/security/app-secrets) via [CLI](https://learn.microsoft.com/dotnet/core/tools):\n\n```sh\ndotnet user-secrets set \u003ckey\u003e \u003cvalue\u003e\n```\n\n\u003e [!NOTE]\n\u003e Pending database migrations are applied automatically [before startup](./src/Giveaways/Program.cs#L49) and an informational [message](./src/Giveaways/Extensions/HostExtensions.cs#L29) is logged.\n\n### Step 3 — Run the app\n\nTo run the bot, just execute the following command: \n\n```sh\ndotnet watch\n```\n\nThe setup is done. Enjoy using the app! 🎉\n\n\u003e [!WARNING]\n\u003e Instead of using the `dotnet run` in production, create a deployment using the `dotnet publish` command and [deploy](https://docs.discordnet.dev/guides/deployment/deployment) the output.\n\n## 🚀 Contributing\n\nTo contribute to this project, please read the [`CONTRIBUTING.md`](.github/CONTRIBUTING.md) file. It provides details on our code of conduct and the process for submitting pull requests.\n\n## ❤️ Acknowledgments\n\nSee the [contributors](https://github.com/zobweyt/Giveaways/contributors) who participated in this project and the [dependencies](https://github.com/zobweyt/Giveaways/network/dependencies) used.\n\n## 📜 License\n\nThis project is licensed under the **MIT License** — see the [`LICENSE.md`](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzobweyt%2Fgiveaways","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzobweyt%2Fgiveaways","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzobweyt%2Fgiveaways/lists"}