Skip to content

lxchen2001/PythonDictionaryOnline

Repository files navigation

Python Dictionary Online

旨在提供一个可复用的系统性架构用来接入:

  • 数以千计的在线字典服务,学习查阅
  • 各个新闻网站关键词搜索,查看专业编辑的用词造句
  • 众多的公众查询服务,IP地址、电话号码等

按照个性需求进行专业的定制化服务

一些网站示例:

Merriam-Webster Dictionary
http://www.merriam-webster.com/browse/dictionary
Oxford Dictionary of English
http://www.oxforddictionaries.com/browse/english/
Oxford Advanced Learner's Dictionary
http://www.oxfordlearnersdictionaries.com/browse/
汉典
http://www.zdic.net/
微软必应词典
http://cn.bing.com/dict/
网易有道词典
http://dict.youdao.com/
新浪新闻搜索
http://search.sina.com.cn/
凤凰网新闻搜索
http://search.ifeng.com/sofeng/
IP地址查询
http://www.ip138.com/

python版本 依模块
3.5 beautifulsoup4
html5lib

安装步骤:

1.根据运行平台选择合适的python安装包
https://www.python.org/downloads/
进行安装

2.安装依模块
linux/mac执行:

pip3 install beautifulsoup4
pip3 install html5lib

windows执行:

python3 -m pip install beautifulsoup4  
python3 -m pip install html5lib

3.启动服务
“http_server.py”根据实际存放路径修改

python3 http_server.py

4.浏览器访问地址
“test”为要查询关键词

http://localhost:8000/python_dictionary_online/test

DEMO:

DEMO

DEMO

DEMO

About

各种公开查询服务的专业定制化

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published