2.0.0 • Published 7 years ago

query-xmlfeed v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

xml-generator

Initial implementation of query-server for FOSSASIA .

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

2.0.0

7 years ago

1.0.1

7 years ago