Skip to content
forked from pwnfoo/fakemenot

Python CLI app to detect if a screenshot of a tweet is fake or genuine. Work in Progress

License

Notifications You must be signed in to change notification settings

B-Weyl/fakemenot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakemenot

Python CLI app to detect if a screenshot of a tweet is genuine. Work in Progress.

Requriements

  • tesseract
  • tesseract-data-eng

Setting Up

  • Run python setup.py install to install requirements. Install script is still a work in progress.
  • Go to https://apps.twitter.com/app/new and put your consumer and API keys in
  • Run python fakemenot/__init__.py after installation. fakemenot/twitter.config

Limitations

  • Since it does OCR on the image, detection rate will vary on the quality of the screenshot.
  • Only support desktop screenshots now. Universal support coming soon! :)

Arguments

  • --image/-i

Path to the screenshot image of tweet. Only works on Desktop screenshots.

  • --limit/-l

Specify the number of tweets to pull from the detected user. Defaults to 100. Retweets are not pulled and does not affect the limit.

Image Samples

Tweet by @mattdm:

Output:

About

Python CLI app to detect if a screenshot of a tweet is fake or genuine. Work in Progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%