BotListAPI 2.0.0

Suggested Alternatives

BotListAPI 5.5.3

Additional Details

Please use 5.5.3 or above.

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package BotListAPI --version 2.0.0
NuGet\Install-Package BotListAPI -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BotListAPI" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BotListAPI --version 2.0.0
#r "nuget: BotListAPI, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BotListAPI as a Cake Addin
#addin nuget:?package=BotListAPI&version=2.0.0

// Install BotListAPI as a Cake Tool
#tool nuget:?package=BotListAPI&version=2.0.0

BotListAPI

This is a C# lib that allows you to post your bots server count to all of the Discord bot lists.

If you have any issues/suggestions post an issue here, join my Discord https://discord.gg/WJTYdNb or contact me xXBuilderBXx#8265

Features

Please see at the bottom of this README for the todo list
  • Diffrent logtypes (none, error only, info, debug)
  • 14 Bot lists supported
  • Information about the bot lists, name, website, owner (Name#tag & ID)
  • Supports normal and sharded bots
  • Supports .net framework and .net core
  • Manually trigger posting
  • Automatically post server count every 10 minutes

How to use

Install the nuget package here https://www.nuget.org/packages/BotListAPI

Create a new instance of BotListAPI.ListClient

It is encouraged to not put tokens in this and instead load a file with the tokens incase you leak all your tokens

ListClient = new ListClient(_Client, new ListConfig
{
    DiscordBots = "",
    BotsForDiscord = "",
    BotListSpace = "",
    BotsOnDiscord = "",
    Carbonitex = "",
    DiscordBotList = "",
    DiscordBotListv2 = "",
    DiscordBotListv3 = "",
    DiscordBotsGroup = "",
    DiscordBotWorld = "",
    DiscordListApp = "",
    DiscordServices = "",
    DivineBotList = "",
    DiscordBestBots = ""
);

You can manually trigger posting using ListClient.DiscordBots.Post();

Or you can automatically post it using the a background thread (every 10 minutes)

ListClient.Start();

This stops the background thread

ListClient.Stop();

Supports BotBlock.org

This uses less requests just enable ListClient.BotBlock = true;

Bot lists

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BotListAPI:

Repository Stars
fmbot-discord/fmbot
.fmbot is a social Discord bot that provides music statistics for you and your friends.
Version Downloads Last updated
5.5.4 5,353 5/7/2023
5.5.3 547 3/25/2023

Added a bunch of new features, botlist and support for botblock.org