Git Product home page Git Product logo

seekr's Introduction

seekr

A tool for finding and pages that contain words or phrases in the DOM.

Overview

seekr is a tool for finding and pages that contain words or phrases in the DOM. It is a command line tool that takes a list of words or phrases in a file, and traverses pages in search of those terms in the DOM. There is a feature that will expand each word in the list to its additions, subtractions, substitutions, and transpositions, and search for those as well. The tool will output a list of pages that contain the terms.

seekr is currently wired to the Internet Computer as its source of pages to search. It can be easily modified to search other sources.

Requirements

seekr requires:

Installation

From the root of the project, run:

yarn

Usage

Create a file with a list of words or phrases to search for. For example, dictionary.txt:

cabbage
lettuce

Create a file with a list of domains that are crawlable. For example, interesting_dmains.txt:

google.com
wikipedia.org

If you want to exclude certain words from triggering a result, create a excluded_words.txt file and add the words to it:

pizza
salt

Links in the interesting_domains.txt file should be in the format domain.com or subdomain.domain.com. Any links found in the crawl that are in the interesting_domains.txt file will be searched as well.

npm run cli seek

seekr's People

Contributors

ryancammer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.