serenpa / coast_search

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COAST_SEARCH

image

image

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.

About

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

License:MIT License


Languages

Language:Python 96.0%Language:Makefile 4.0%