Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashant-shahi/twitter-tweets-info-and-bully-detection
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.
https://github.com/prashant-shahi/twitter-tweets-info-and-bully-detection
bully bully-detection python3 twitter-api twitter-tweets-info
Last synced: 9 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/prashant-shahi/twitter-tweets-info-and-bully-detection
- Owner: prashant-shahi
- License: mit
- Created: 2018-05-24T23:11:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T07:40:06.000Z (over 6 years ago)
- Last Synced: 2024-10-11T17:03:07.681Z (2 months ago)
- Topics: bully, bully-detection, python3, twitter-api, twitter-tweets-info
- Language: Python
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter-Tweets-Info-and-Bully-Detection
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://github.com/CoolBoi567/Twitter-Tweets-Info-and-Bully-Detection/blob/master/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](https://github.com/CoolBoi567/Twitter-Tweets-Info-and-Bully-Detection/blob/master/screenshot.png?raw=true "Screenshot of Output")
Made with ❤️ from Karnali, Nepal