Skip to content

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.

License

Notifications You must be signed in to change notification settings

prashant-shahi/Twitter-Tweets-Info-and-Bully-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Tweets-Info-and-Bully-Detection

License

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.

Built using :

Python Interpretor - General-Purpose Programming Language
Twitter API - Exploiting API provided by Twitter with the help ot Tweepy
Tweepy - Twitter API connector for Python

Set up environment for using this repo:

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

Run :

Usage:
	python3 badwords custom_number
	
For single tweet:
	python3 badwords.py
For multiple tweets(max 15 at once):
	python3 badwords.py 7

Screenshot :

Screenshot of the Output

Made with ❤️ from Karnali, Nepal

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages