Python

Python Twitter API を使ってみる

Python Twitter API sixohsix/twitter · GitHub c:\tmp>pip install twitter Downloading/unpacking twitter Installing collected packages: twitter Successfully installed twitter Cleaning up... # https://github.com/sixohsix/twitter from twitter i…

Python + BeautifulSoup4 でスクレイピング

まず easy_install できるようにする。 c:\tmp>set path=%path%;c:\Python34 c:\tmp>python Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more …