Skip to content

annykai/gso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gso

这是一个用NodeJs编写的Google搜索服务,原理是拿着用户的关键词去Google服务器搜索,然后将返回的结果响应给用户。

安装:

git clone https://github.com/lenbo-ma/gso.git

cd gso

npm install & bower install

Run:

./bin/run

或使用forever启动(推荐在生产环境中使用forever管理)

forever start -e err.log -o output.log ./bin/run

todo:

  1. 增加“相关搜索”功能;
  2. 实现https功能(关键词加密);
  3. 增加在线代理功能(代理搜索结果中出现的部分被屏蔽的网站);

可用服务列表

About

谷歌搜索

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published