Discord (community loader)
Discord is a VoIP and instant messaging social platform. Users have the ability to communicatewith voice calls, video calls, text messaging, media and files in private chats or as part of communities called"servers". A server is a collection of persistent chat rooms and voice channels which can be accessed via invite links.
Installation and Setup
pip install pandas
Follow these steps to download yourDiscord
data:
- Go to yourUser Settings
- Then go toPrivacy and Safety
- Head over to theRequest all of my Data and click onRequest Data button
It might take 30 days for you to receive your data. You'll receive an email at the address which is registeredwith Discord. That email will have a download button using which you would be able to download your personal Discord data.
Document Loader
See ausage example.
NOTE: TheDiscordChatLoader
is not theChatLoader
but aDocumentLoader
.It is used to load the data from theDiscord
data dump.For theChatLoader
see Chat Loader section below.
from langchain_community.document_loadersimport DiscordChatLoader
Chat Loader
See ausage example.