TinyGoogle - 简易搜索引擎


MIT
跨平台
Python

软件简介

TinyGoogle 是用 google cse + flask 建的简易搜索引擎。

特性:

通过 Google 自定义搜索 API 来搜索内容
忽略GFW 来使用 google 搜索

搜索次数

这个DEMO演示中有4个引擎。 每个引擎可以搜索100次/天。

如果演示在使用时耗尽搜索次数,请隔天再试。

构建:

  1. 安装依赖

    pip install -r requirements.txt
    
  2. 运行

    python app.py
    

    server at http://127.0.0.1:5000

or

    gunicorn app:app  
# server at http://127.0.0.1:8000