Skip to content

LeoVerto/doorman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Doorman

Doorman is a userscript to help you keep the imposters out in Reddit's 2020 April Fools' event!

It first tries to look up answers in a database that has been built in a collaboration between @abra0 and @JRWR and fed hundreds of thousands of answers by countless redditors.

As another data source, it checks against the database of The Ocean.

If that lookup fails, doorman falls back to @abra0's GPT-2 output detector and displays a guess whether the answers was written by a bot or human as a percentage.

Once you get your result, it then transmits back all answers, the chosen one, and whether that one was right or not.

Installation

Check out this website for instructions on how to install a userscript extension for your browser.

Once that's done, opening the raw script file should prompt you to install it: https://github.com/LeoVerto/doorman/raw/master/doorman.user.js

Contributors

  • @abra0 Built the backend for the bot and generously hosted the detector API.
  • @JRWR Built the massive spacescience.tech database.
  • ocean.rip Collected huge amounts of data in their own database.
  • @wherron01 Fixed the userscript being executed on all websites.