Last updated:
0 purchases
coastsearch 1.0.0
==========COAST_SEARCH==========.. image:: https://img.shields.io/pypi/v/coast_search.svg :target: https://pypi.python.org/pypi/coast_search.. image:: https://img.shields.io/travis/zedrem/coast_search.svg :target: https://travis-ci.org/zedrem/coast_search.. image:: https://readthedocs.org/projects/coast-search/badge/?version=latest :target: https://coast-search.readthedocs.io/en/latest/?badge=latest :alt: Documentation StatusCOAST_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.. _IST'18: https://www.sciencedirect.com/science/article/abs/pii/S0950584918302192Prerequisites-------------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`_.. _online here: https://developers.google.com/custom-search/v1/overviewInstallation------------To install COAST_SEARCH, run this command in your terminal:.. code-block:: console $ pip install coast_searchThis 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 guideyou through the process.To install from source, visit our documentation_... _pip: https://pip.pypa.io.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/.. _documentation: https://coast-search.readthedocs.io.. :changelog:History-------+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+| Date | Status |+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+| April 2016 | Research on credibility begins, some initial scripts are written as part of various studies |+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+| First half of 2017 | Adrien Aucher joins UC as an intern and works with Ashley Williams on the first version of this tool. It is only used internally at this point. |+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+| November 2018 | Liz Richardson and Stefan Hall join the project to work on the first release. |+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+| December 2018 | Version 1.0.0 released. |+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------+
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.