操作
Googlesearch をインストール¶
$ pip install -t lib/ google Collecting google Collecting beautifulsoup4 (from google) Using cached https://files.pythonhosted.org/packages/41/ed/61e49b5e4fe12b5ad111a6400683b18769289019b8685df94eb3484ac26f/beautifulsoup4-4.6.1-py2-none-any.whl Installing collected packages: beautifulsoup4, google Successfully installed beautifulsoup4-4.6.1 google-2.0.1
appengine_config.py:
import os # appengine_config.py from google.appengine.ext import vendor # Add any libraries install in the "lib" folder. vendor.add(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'lib'))
参考サイト¶
- https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27?hl=ja
- https://qiita.com/code_monkey/items/0d38a92a2a2026f5ec82
- https://github.com/MarioVilas/googlesearch
Updated by みぞ @mizo0203 , 6年以上前に更新
Access count: 7625
コメント¶
みぞ @mizo0203 さんが6年以上前に更新 · 1件の履歴