Skip to content
sydlawrence edited this page Apr 6, 2013 · 2 revisions

MAKE SURE TURN OFF AUTO UPDATING updater.php line 4 - set to false

Step 1, build your parser

Take a look at the other parsers, copy it. including icon.png

Step 2, test your parser

test.php - modify $type to be "name" if you parser is NameParser

Step 3, set up the parser to be updated

updateall.php - add the name to the array

Step 4, add it to Alfred -> Preferences -> Workflows -> Dev Doctor

Create a new Script Filter

$query = "{query}";

$type = "<name>";

require_once('search.php');

Connect the Script Filter to an appropriate

Step 5, Test it

Step 6, Submit a pull request

Simples :)