Skip to content

wkself/sentiment-analysis-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sentiment-analysis-bot

This bot uses the Discord API for command execution and Naive Bayes' classifiers to analyze the sentiments of messages sent in Discord. Utilizes the NLTK open source Python library for natural language processing and passes user inputs to a model trained from Twitter sample datasets.

Replace 'DISCORD_TOKEN' with your Discord bot API key. It is recommended to create a separate .env file to store variables.

Execute with python3 main.py

Resources:

https://www.digitalocean.com/community/tutorials/how-to-perform-sentiment-analysis-in-python-3-using-the-natural-language-toolkit-nltk

https://realpython.com/how-to-make-a-discord-bot-python/#how-to-make-a-discord-bot-in-python

https://discordpy.readthedocs.io/en/latest/ext/commands/commands.html

About

Sentiment Analysis Discord Bot - utilizing NLTK natural language processing (NLP) and trained with Twitter samples

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages