<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>podhmo</author_name>
  <author_url>https://blog.hatena.ne.jp/podhmo/</author_url>
  <blog_title>podhmoの日記</blog_title>
  <blog_url>https://podhmo.hatenadiary.org/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>pythonのコードを毎日書くということで、診断メーカーの結果を返すスクリプト。 code import urllib import BeautifulSoup import sys import time def shindan(num_str,name): params = urllib.urlencode({&quot;u&quot; : name}) url = format(&quot;http://shindanmaker.com/%s&quot; % num_str) result = urllib.urlopen(url, params) soup = BeautifulSoup.BeautifulSoup(resu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpodhmo.hatenadiary.org%2Fentry%2F20101114%2F1289752196&quot; title=&quot;診断メーカーの結果を取得するスクリプト - podhmoの日記&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>2010-11-14 01:29:56</published>
  <title>診断メーカーの結果を取得するスクリプト</title>
  <type>rich</type>
  <url>https://podhmo.hatenadiary.org/entry/20101114/1289752196</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
