Lately , I’ve been working on a complete refactoring of ESearchy. basically it will be ESearchy 0.2, but for now I’m hosting in it as ESearchy-ng so people can still enjoy the old version while I code the new one. I changed the syntax a lot so here is a simple example of what I currently have.

Comments, bugs and coders interested in the project are more than welcomed.

 

One Response to ESearchy-ng work…

  1. Germanaz0 says:

    There is a syntax error on:

    :website => “https://www.pirulo.com”
    :maxhits => 1000,
    :log => true )

    there is a missing comma, so the correct one is:

    :website => “https://www.pirulo.com”,
    :maxhits => 1000,
    :log => true )

    Nice script btw

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>