Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Red Discordbot | 4,246 | 6 | 5 | 14 days ago | 98 | September 14, 2023 | 282 | gpl-3.0 | Python | |
A multi-function Discord bot | ||||||||||
Openaibot | 1,787 | 4 days ago | 14 | November 14, 2023 | 18 | gpl-3.0 | Python | |||
⚡️ Build Your Own AssistantBot|🧀 Discord/Slack/Kook/Telegram |🍓 复刻 ChatGpt 架构 |⛓ ToolCall/FunctionCall|🔖 Plugin Support | 🌻 sh & docker-compose | ||||||||||
Requestrr | 707 | 6 months ago | 86 | mit | C# | |||||
Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms. | ||||||||||
Urban Bot | 533 | 7 | 17 days ago | 47 | November 03, 2023 | 36 | mit | TypeScript | ||
🤖 The universal chatbot library based on React. Write once, launch Telegram, Discord, Facebook, ... every messenger with chatbots | ||||||||||
Chatgpt Discord Bot | 306 | a month ago | 12 | other | TypeScript | |||||
The ultimate AI-powered Discord bot | ||||||||||
Titan | 305 | 8 months ago | 16 | agpl-3.0 | Python | |||||
Create Discord server widgets for websites of all sizes! A simple to setup process for end-users. Server members may view or send messages into an embedded Discord channel. | ||||||||||
Calypsobot | 293 | 9 months ago | 4 | gpl-3.0 | TypeScript | |||||
A fully customizable bot built with discord.js | ||||||||||
Fantasy_football_chat_bot | 268 | 3 months ago | 8 | gpl-3.0 | Python | |||||
GroupMe Discord and Slack Chatbot for ESPN Fantasy Football | ||||||||||
Lenoxbot | 243 | 3 years ago | 129 | mit | JavaScript | |||||
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server! | ||||||||||
Karmabot | 232 | a month ago | 1 | gpl-3.0 | JavaScript | |||||
🤖 A Multipurpose Discord Bot with a Music System & Utility commands used by 200K+ users! |
The ultimate AI-powered Discord bot
The Turing API plays an important role in the bot, as it's used for most of the features, like image generation, image viewing, chatting & moderation filters. You will be able to find various documentation about the API here.
You will need to create a Discord bot application here. The bot does not require any special intents. Then, save the token and application ID for the next step.
Firstly, copy the configuration example in src/config.example.json
to src/config.json
, and follow all the steps inside the file.
You will have to fill out all required fields, or else the bot may not work as expected or at all.
Firstly, run npm install
to obtain all the packages & depencies.
Then, run npm run build
to build the bot.
Once built, you will be able to start the bot using npm run start
.