Skip to content

samj1912/IR-twitter-user-authenticity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter User authenticity

Estimating trustworthiness for a twitter user using a heterogeneous network of twitter

Setting up the repo

  • Clone the repo
  • Create a new virtual environment using
    virtualenv -p python3 venv
    
  • Activate the virtual environement via
    source venv/bin/activate
    
  • Install twarc
    pip install twarc
    
  • To scrape twitter data
    python src/crawl.py        
    

MongoDB schema

  • Database name : twit_user_auth
  • Only one collection type : twitusers
  • Fields in twitusers :
    • user_id
    • user_handle
    • authenticity_score : Value between 0 to 1
    • manual_tag : Can be untagged / no (not credible) / yes (credible user) / unsure
    • verified : 1 for verified twitter users, otherwise 0

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • HTML 22.0%
  • CSS 5.0%
  • JavaScript 1.5%