<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>xef</author_name>
  <author_url>https://blog.hatena.ne.jp/xef/</author_url>
  <blog_title>Soleil cou coupe</blog_title>
  <blog_url>https://xef.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>Twitterをスクレイピングしている（現在進行形）。python-twitterをインストールしてPublic Timelineを得る次のようなコードを書いた。 # -*- coding: utf-8 -*- import twitter import re import time f = open(&quot;tweets.txt&quot;, &quot;a&quot;) wait = 90 while True: api = twitter.Api() for s in api.GetPublicTimeline(): if re.search(u&quot;[ぁ-ゞ]&quot;, s.text): f.write((s.text+&quot;\n&quot;)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fxef.hatenadiary.org%2Fentry%2F20120415%2Fp1&quot; title=&quot;言語処理100本ノック・第２セットを始めるために - Soleil cou coupe&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-04-15 00:00:01</published>
  <title>言語処理100本ノック・第２セットを始めるために</title>
  <type>rich</type>
  <url>https://xef.hatenadiary.org/entry/20120415/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
