Skip to content

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

License

Notifications You must be signed in to change notification settings

serenpa/coast_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6216b3b · Dec 24, 2018

History

47 Commits
Dec 21, 2018
Dec 21, 2018
Dec 19, 2018
Nov 22, 2018
Nov 22, 2018
Dec 21, 2018
Nov 22, 2018
Dec 21, 2018
Aug 2, 2018
Nov 22, 2018
Nov 22, 2018
Dec 21, 2018
Dec 15, 2018
Dec 21, 2018
Dec 21, 2018
Nov 22, 2018

Repository files navigation

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.