Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.84 KB

README.rst

File metadata and controls

62 lines (36 loc) · 1.84 KB

COAST_SEARCH

Documentation Status

COAST_SEARCH allows you to generate and run queries against the Google Custom Search API.

Features

With COAST_SEARCH you can:

  • Generate and run queries based on the multi-dimensional search logic outlined by Rainer and Williams in IST'18
  • Define your own queries to run

Prerequisites

The tool is built in Python 3 and tested in versions 3.5 and 3.6.

You are required to set up and provide your own API keys and Search Engine ID's for searching against the Google Custom Search API. Details on how to do so can be found online here

Installation

To install COAST_SEARCH, run this command in your terminal:

$ pip install coast_search

This is the preferred method to install COAST_SEARCH, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

To install from source, visit our documentation.