How To Make a Message Embed With Discord Bot Using Python
Learn how to structure a Discord message embed with a bot using python. In this tutorial we take a look at the many various options available.
Learn how to structure a Discord message embed with a bot using python. In this tutorial we take a look at the many various options available.
Learn how to run a Discord bot on Raspberry PI as a service, which will allow you to use the terminal without stopping the running script.
Learn how to make a simple reaction role Discord bot that will add or remove a role when a member reacts with a specific emoji.
Learn how to use OpenAI API to prompt their image generator model DALL-E to create images by giving it text input.
Learn how to parse output data from LLMs into python lists by using LangChain and OpenAI API with this simple tutorial.
Learn how to authorize access to Tumblr API applications with this tutorial, where we show how to implement OAuth1 protocol.
Learn how to make a simple Discord bot for playing music using python. In this tutorial, we go from making new app to a full functioning bot.
Learn how to implement the new custom function calling in LangChain agents to bring your AI projects to a whole new level.
Learn how to setup Postgres (PostgreSQL) on WSL2 (Windows Subsystem for Linux) and install and configue a new server with pgAdmin platform.
Learn how to make a Discord bot powered by the same model as it is in ChatGPT and give it access to the internet.
Learn how to make an AI online chatbot, which has the capability of retrieving up to date data by using search engines.
Learn how to make a powerful chatbot using OpenAI API to access their GPT models and what you can do with them using LangChain library.