djmgit / query-server

A simple Query Server that stores a query string on a server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

query-server

Query Server that stores a query string on a server.

This mini-tool can be used to process a query string. This string calls the Google search result scraper at searss and the output from the scraper is written to a file, named with the query string as file name.

Requirements

Installing

Make sure you have Nodejs installed. Running this tool requires installing the nodejs as well as python dependencies.

$ git clone https://github.com/fossasia/query-server.git 
$ cd query-server
$ npm install
$ pip install -r requirements.txt

Running

To run the query server:

$ npm start

The search is prompted then.

Search for >>

Type in the query after the >> and hit enter.

About

A simple Query Server that stores a query string on a server


Languages

Language:Python 57.0%Language:JavaScript 43.0%