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.
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
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
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.