Skip to content

ishucr7/query-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 query like (search engine choice)(query). For example: gharambe or d~fossasia

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.8%
  • HTML 39.7%
  • CSS 4.5%