coast_search
stable
  • COAST_SEARCH
    • Features
    • Prerequisites
    • Installation
  • Installation
  • Modules
  • Contributing
  • Credits
  • History
coast_search
  • Docs »
  • COAST_SEARCH
  • Edit on GitHub

COAST_SEARCH¶

https://img.shields.io/pypi/v/coast_search.svg https://img.shields.io/travis/zedrem/coast_search.svg Documentation Status

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

  • Free software: MIT license
  • Documentation: https://coast-search.readthedocs.io.

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.

Next Previous

© Copyright 2018, Ashley Williams Revision 42f5c90b.

Built with Sphinx using a theme provided by Read the Docs.