This application detects if it is a bully and also displays tweet information such as name of uploader and count of retweets, favourites and followers.
Python Interpretor - General-Purpose Programming Language
Twitter API - Exploiting API provided by Twitter with the help ot Tweepy
Tweepy - Twitter API connector for Python
For analyzing your own Twitter Account instead of the default test account. Go to developer.Twitter.com
and obtain your access keys and consumer keys to replace the default ones.
Install Python3 ( If you don't have already )
sudo apt-get install python3
Install pip for Python v3
sudo apt-get install python3-pip
Import tweepy as Twitter API connector
pip3 install tweepy
Usage:
python3 badwords custom_number
For single tweet:
python3 badwords.py
For multiple tweets(max 15 at once):
python3 badwords.py 7
Made with ❤️ from Karnali, Nepal