{"id":18572716,"url":"https://github.com/botblock/botlistapi","last_synced_at":"2025-06-21T17:02:24.098Z","repository":{"id":98785914,"uuid":"146810229","full_name":"botblock/BotListAPI","owner":"botblock","description":"C# lib that allows you to post your bots server count to all of the Discord bot lists.","archived":false,"fork":false,"pushed_at":"2024-11-21T20:27:14.000Z","size":1751,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-21T17:01:53.166Z","etag":null,"topics":["botlist","botlistapi","botlistspace","botsfordiscord","botsondiscord","carbonitex","discord","discordbot","discordbotlist","discordbots","discordbotsgroup","discordbotworld","discordlistapp","discordservices","discordsharp","discordsharpplus"],"latest_commit_sha":null,"homepage":"https://docs.fluxpoint.dev/botlistapi","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/botblock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"fluxpointdev","open_collective":null,"ko_fi":null,"tidelift":null,"custom":"https://fluxpoint.dev/donate"}},"created_at":"2018-08-30T21:49:20.000Z","updated_at":"2024-11-21T20:27:18.000Z","dependencies_parsed_at":"2025-04-10T07:37:43.049Z","dependency_job_id":"4ab29a85-ca8d-4102-9453-8b78e0ba5327","html_url":"https://github.com/botblock/BotListAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/botblock/BotListAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botblock%2FBotListAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botblock%2FBotListAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botblock%2FBotListAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botblock%2FBotListAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botblock","download_url":"https://codeload.github.com/botblock/BotListAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botblock%2FBotListAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261162063,"owners_count":23118219,"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","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":["botlist","botlistapi","botlistspace","botsfordiscord","botsondiscord","carbonitex","discord","discordbot","discordbotlist","discordbots","discordbotsgroup","discordbotworld","discordlistapp","discordservices","discordsharp","discordsharpplus"],"created_at":"2024-11-06T23:07:00.544Z","updated_at":"2025-06-21T17:02:19.054Z","avatar_url":"https://github.com/botblock.png","language":"C#","readme":"# BotListAPI\nThis is a C# lib that allows you to post your bots server count to all of the Discord bot lists.\n\nIf you have any issues/suggestions post an issue here, join my [Discord](https://discord.gg/TjF6QDC) or contact me BuilderB#0001\n\n# Features\n#### Please see at the bottom of this README for the todo list\n- Diffrent logtypes (none, error only, info, debug)\n- 17 Bot lists supported\n- Supports normal and sharded bots\n- Supports .NET Framework and .NET Core\n- Manually trigger posting\n- Automatically post server count every 10 minutes\n\n# How to use\nInstall the NuGet package here https://www.nuget.org/packages/BotListAPI\n\nCreate a new instance of `BotListAPI.ListClient`\n\nIt is encouraged to not put tokens in this and instead load a file with the tokens incase you leak all your tokens\n```\nListClient = new ListClient(_Client, new ListConfig\n{\n   ArcaneBotList = \"\",\n   BotListSpace = \"\",\n   BotsOnDiscord = \"\",\n   BotsForDiscord = \"\",\n   CloudBotList = \"\",\n   DiscordBoats = \"\",\n   DiscordBots = \"\",\n   DiscordApps = \"\",\n   DiscordBotWorld = \"\",\n   DiscordBotListv2 = \"\",\n   DiscordExtremeList = \"\",\n   DivineBotList = \"\",\n   LBots = \"\",\n   MythicalBots = \"\",\n   TopGG = \"\",\n   YetAnotherBotList = \"\",\n   WonderBotList = \"\"\n);\n```\nYou can manually trigger posting using\nListClient.ListType.DiscordBots.Post();\n\nOr you can automatically post it using the a background task (every 10 minutes)\n\n\u003e ListClient.Start();\n\nThis stops the background task\n\n\u003e ListClient.Stop();\n","funding_links":["https://patreon.com/fluxpointdev","https://fluxpoint.dev/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotblock%2Fbotlistapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotblock%2Fbotlistapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotblock%2Fbotlistapi/lists"}