cawfree / Mycroft

πŸ•΅οΈβ€β™€οΈ Mycroft is a self-populating flashcard deck for Watsons.

Home Page:https://sherlock.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ•΅οΈβ€β™€οΈ Mycroft is a self-populating flashcard deck for Watsons.

https://sherlock.xyz

License:Creative Commons Zero v1.0 Universal


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%