Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 954 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 954 Bytes

Tafferugly

This repository Consist the implementation of Tafferugly (Which is nothing but a tool that is used for analysing tweets) Features using Python and Flask Framework.

To Run This Project :

Start with creating a virtual Environment conda create -n name_of_the_environment python==3.8

Then Activate the virtual environment conda activate name_of_the_environment

Then install the Dependencies using pip install requirements.txt

Then Run python main.py

Metrics I have implemented

  1. MetricDefaultProfilePicture
  2. MetricDefaultTwitterProfile
  3. MetricDuplicateTweet(Metric)
  4. MetricRecentCreationDate(Metric)
  5. MetricFriendsFollowersRatio
  6. MetricUsernameWithRegex
  7. MetricCreationDateDistribution
  8. MetricTweetTimeDistribution

Metrics Yet to be Implemented

  1. MetricTweetRatio
  2. MetricGraphTweetNetwork
  3. MetricGraphCommunityNetwork
  4. MetricActivityPattern