/youdao-collins

Get YOUDAO Collins' dictionary information

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

youdao-collins

Get YOUDAO Collins' dictionary information

You should use python3.

Usage:(temporarily)

$ python3 
> from collins import Collins
> a = Collins('Your word')
> print(a.raw_output())

This is only a tool for you to build your app, and I will use it to do something elegant.

Tips: you may need to install bs4(BeautifulSoup), requests and re.