Skip to content

Discord bot that tracks users behavior scores using TextBlob and discord.py

Notifications You must be signed in to change notification settings

novelqq/sentimentbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sentimentbot

Discord bot that evaluates user messages for positivity and tracks calculated behavior scores for each user using TextBlob and discord.py

alt text

Installation

pip install textblob
python -m textblob.download_corpora
pip install discord

Usage

  1. Place discord bot token in auth/token.txt
  2. run $ python main.py
  3. In Discord, type "!score @user" to display @user current behavior score.

User data is stored in /userdata.json

About

Discord bot that tracks users behavior scores using TextBlob and discord.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages