{"id":15968848,"url":"https://github.com/pazurkota/simplebot","last_synced_at":"2026-04-18T07:31:12.078Z","repository":{"id":167849825,"uuid":"643477804","full_name":"pazurkota/simplebot","owner":"pazurkota","description":"simple, yet powerful discord bot for your server","archived":false,"fork":false,"pushed_at":"2023-11-11T18:32:59.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T14:30:26.296Z","etag":null,"topics":["api","bot","csharp","discord","discord-api","discord-bot","discordapp","discordbot","dotnet","dsharplus","dsharpplus","newtonsoft","newtonsoft-json","restsharp"],"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/pazurkota.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2023-05-21T09:41:21.000Z","updated_at":"2023-09-03T08:26:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c227e921-543a-42c1-807a-be18bf225fb9","html_url":"https://github.com/pazurkota/simplebot","commit_stats":null,"previous_names":["pazurkota/simplebot"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pazurkota/simplebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazurkota%2Fsimplebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazurkota%2Fsimplebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazurkota%2Fsimplebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazurkota%2Fsimplebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pazurkota","download_url":"https://codeload.github.com/pazurkota/simplebot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pazurkota%2Fsimplebot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["api","bot","csharp","discord","discord-api","discord-bot","discordapp","discordbot","dotnet","dsharplus","dsharpplus","newtonsoft","newtonsoft-json","restsharp"],"created_at":"2024-10-07T19:04:17.517Z","updated_at":"2026-04-18T07:31:12.057Z","avatar_url":"https://github.com/pazurkota.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 simplebot\n\n***The current, stabile version of this bot is `1.x`, with is stabile, rich and fuctional. Now we are focused on developing the `v2.0`, witch means:***\n- *`v1.x` is under mainanence mode. The PR's (on `develop` branch) will be accepted if changes impacts the current functionality.*\n- *All new development will be on `v2_develop` branch.*\n- *Developers are encouraged to continue building on `v1.x` until we announce `v2.0` is stable.*\n\n**simplebot is a simple, yet powerful discord bot for your server!**\n\n![IMG1](https://cdn.discordapp.com/attachments/973146682499956746/1119970853896069211/readme_img.png)\n## Prerequisites\n- [.NET 7.0 Or newer](https://dotnet.microsoft.com/en-us/download)\n- [API Ninjas Key](https://api-ninjas.com/api)\n- [Discord Application (bot)](https://discord.com/developers/applications)\n\n## Installation\n\n1. Create your [Discord Application](https://discord.com/developers/docs/getting-started#step-1-creating-an-app)\n2. Clone the repository and  open it in your IDE\n3. Install dependencies\n4. Create `config.json` file in `Config` directory with the following content:\n```json\n{\n  \"token\": \"YOUR DISCORD BOT TOKEN\",\n  \"api-ninjas_apikey\": \"YOUR API NINJAS KEY\",\n  \"xp_multiplier\": 0.5,\n  \"level_cap\": 20\n}\n```\n5. Run the project.\n## Usage\n\nThis bot uses only [Slash Commands](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ)\n\nTo getting started, go to your Discord Server and type `/help`\n\n![IMG2](https://cdn.discordapp.com/attachments/973146682499956746/1119977268777857024/IMG2.png)\n\n![IMG3](https://cdn.discordapp.com/attachments/973146682499956746/1119977269335691354/IMG3.png)\n\nTo change the XP multiplier (amount of XP user will have after each message) can be change in `\"xp_multiplier\"` field in config file, and the requierd XP to new level can be modified in `\"level_cap\"` field\n## Contributing\n\nContributions are always welcome!\n\nSee `CONTRIBUTING.md` for ways to get started.\n\nPlease adhere to this project's `CODE_OF_CONDUCT.md`.\n\n\n## Acknowledgements\n\n#### Frameworks:\n- [DSharpPlus](https://dsharpplus.github.io/DSharpPlus/)\n- [RestSharp](https://restsharp.dev)\n- [Newtonsoft.Json](https://www.newtonsoft.com/json)\n\n#### APIs:\n- [API Ninjas](https://api-ninjas.com/api)\n- [Excuse API](https://excuser-three.vercel.app)\n- [Meme API](https://github.com/D3vd/Meme_Api)\n- [Memegen API](https://api.memegen.link/docs)\n\n\n## License\n\nThis project is under [MIT](https://github.com/pazurkota/simplebot/blob/master/LICENSE) license\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpazurkota%2Fsimplebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpazurkota%2Fsimplebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpazurkota%2Fsimplebot/lists"}