- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://tinygoo.herokuapp.com/
- 软件文档: https://github.com/yrq110/TinyGoogle/blob/master/README.md
软件介绍
TinyGoogle 是用 google cse + flask 建的简易搜索引擎。
特性:
通过 Google 自定义搜索 API 来搜索内容
忽略GFW 来使用 google 搜索
搜索次数
这个DEMO演示中有4个引擎。 每个引擎可以搜索100次/天。
如果演示在使用时耗尽搜索次数,请隔天再试。
构建:
-
安装依赖
pip install -r requirements.txt
-
运行
python app.py # server at http://127.0.0.1:5000
or
gunicorn app:app # server at http://127.0.0.1:8000
