AntiCyberBully
An anti cyber bullying tool implemented in a flask web app that uses a bot to scrape tweet replies to a particular user's tweets, which are then passed through a sentiment analysis algorithm to determine if the user should automatically be blocked or not.
Getting Started
The working of the tool is explained as follows:
Algorithm
Flask app uses scripts to scrape all tweet replies to a user's tweets.
Each tweet is passed through a sentiment analysis algorithm provided by Microsoft's Azure API.
If the sentiment score is less than a certain threshold (e.g. 25%), then the user should automatically be blocked.
Log in or sign up for Devpost to join the conversation.