Skip to content

NonlinearNimesh/Tafferugly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published