Skip to content

🕵️‍♀️ Mycroft is a self-populating flashcard deck for Watsons.

License

Notifications You must be signed in to change notification settings

cawfree/Mycroft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mycroft

Mycroft is a self-populating flashcard deck designed to help watsons study.

It detects the contests that a watson has participated in and randomizes through the issues raised in each contest, to help improve learning through repetition. Over time, this will aid you to become increasingly familiar with the root causes, ways of thinking and subtle implementation flaws you'd missed for a previous audit - and make sure you don't miss it the next time.

🤔 What does it do?

Quite little - in fact, just enough to be barely useful.

But it does make it a lot easier for you to revisit contests where you have context to understand the issues raised and try to test your memory.

  • 🕵️‍♀️ Browse the issues raised in contests for other watsons.
  • 🔀 Shuffle through issues.
  • 🚫 Ignore issues you don't want to see again.

✏️ Usage

You'll need to have Google Chrome installed, since this relies upon puppeteer for both web-scraping and rendering.

Once that's done, you can initialize the project like so:

git clone https://github.com/cawfree/Mycroft
cd Mycroft
yarn

To prepare a deck of contest issues for a given $AUDITOR_NAME, you can use:

yarn start $AUDITOR_NAME

That should be everything!

✌️ License

CC0-1.0

Releases

No releases published

Packages

No packages published