-
<PYTHON>[pygoogle]Flower in my dev/Python 2015. 9. 9. 16:42
[pygoogle]
- 구글 검색 결과를 돌려주는 모듈
- 설치 : svn으로 소스 다운로드
svn checkout http://pygoogle.googlecode.com/svn/trunk/ pygoogle
- 라이브러리 등록
python setup.py build
sudo python setup.py instals
- 실행 결과
- ipython 테스트 결과
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061In [1]: from pygoogle import pygoogleIn [2]: r = pygoogle('flowerinmyheart')In [3]: rOut[3]: <pygoogle.pygoogle instance at 0x106641ab8>In [4]: r.r.display_results r.get_urls r.pages r.safer.filter r.hl r.query r.searchr.get_result_count r.logger r.rsz r.search_page_wiseIn [4]: r.display_results()[Random feature 1 by FlowerInMyHeart on DeviantArt]Mar 26, 2015 ... Here is some nice photography,some nice traditional drawings/paintings,somenice digital drawings/paintings,some nice fractal art and somehttp://flowerinmyheart.deviantart.com/journal/Random-feature-1-522719645###===생략[ohnios (Ekaraj Ohnios Wsp) - DeviantArt]ohnios submitted a deviation. Yunyoung by ohnios. Yunyoung. I still remember..the flower in my heart. #watercolor #beautiful #girl #korean. Loading... View Allhttp://ohnios.deviantart.com/pygoogle ERROR __search__| responseDetails : out of range startpygoogle ERROR __search__| responseDetails : out of range startIn [5]: r.get_result_count()Out[5]: u'1990'In [6]: r.pages = 1In [7]: r.search()Out[7]:{u'Free The flower in my heart!_570 Wallpaper Download': u'http://www.wallpaperhere.com/The_flower_in_my_heart_570',u'HelloNano Proton | Facebook': u'https://www.facebook.com/flowerinmyheart',u'M-Wave Taesabiae(\ud0dc\uc0ac\ube44\uc560) _ Like a Flower in My Heart(\uac00\uc2b4\uc18d\uc5d0 ...': u'http://www.youtube.com/watch?v=u99mrzehXus',u'More Collections Like Random feature 1 by FlowerInMyHeart': u'http://www.deviantart.com/morelikethis/collections/522719645',u'Random feature 1 by FlowerInMyHeart on DeviantArt': u'http://flowerinmyheart.deviantart.com/journal/Random-feature-1-522719645',u'You are flower in my heart's garden - DesiFBCovers.com': u'http://www.desifbcovers.com/love-facebook-covers/you-are-flower-in-my-hearts-garden/',u'[MB] 100528 \ud0dc\uc0ac\ube44\uc560 (Taesabiae) - \uac00\uc2b4\uc18d\uc5d0 \ud540 \uaf43\ucc98\ub7fc (Like A ...': u'http://www.youtube.com/watch?v=Q-SG0obNK2w',u'\u79d1\u5b66\u7f51\u2014Flowers that Flower in My Heart - \u65bd\u6dfb\u9526\u7684\u535a\u6587 - \u79d1\u5b66\u7f51\u2014\u535a\u5ba2': u'http://blog.sciencenet.cn/blog-1294056-837831.html'}In [8]: .get_urls()File "<ipython-input-8-c419a9fb861d>", line 1.get_urls()^SyntaxError: invalid syntaxIn [9]: r.get_urls()Out[9]:[u'http://flowerinmyheart.deviantart.com/journal/Random-feature-1-522719645',u'http://www.deviantart.com/morelikethis/collections/522719645',u'http://www.youtube.com/watch?v=u99mrzehXus',u'http://www.youtube.com/watch?v=Q-SG0obNK2w',u'http://blog.sciencenet.cn/blog-1294056-837831.html',u'http://www.desifbcovers.com/love-facebook-covers/you-are-flower-in-my-hearts-garden/',u'http://www.wallpaperhere.com/The_flower_in_my_heart_570',u'https://www.facebook.com/flowerinmyheart']cs 'Flower in my dev > Python' 카테고리의 다른 글
<PYTHON>[pip 설치 01] (0) 2015.11.17 <PYTHON>[LOG] (0) 2015.09.11 <PYTHON>[pygeoip] (0) 2015.09.09 <PYTHON>[cPickle][msgpack][marshal] (0) 2015.09.09 <PYTHON>[paramiko sftp] (0) 2015.09.03