<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>imabari_ehime</author_name>
  <author_url>https://blog.hatena.ne.jp/imabari_ehime/</author_url>
  <blog_title>メモ</blog_title>
  <blog_url>https://imabari.hateblo.jp/</blog_url>
  <categories>
    <anon>スクレイピング</anon>
    <anon>Program</anon>
    <anon>Python</anon>
    <anon>RSS</anon>
  </categories>
  <description>rss_cron.pyを実行すると5分おきにrss_print.pyが実行される。 rss_cron.py from apscheduler.schedulers.blocking import BlockingScheduler import os sched = BlockingScheduler() @sched.scheduled_job('interval', minutes=5) def timed_job(): os.system('python rss_print.py') sched.start() rss_print.py import datetime import sq…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fimabari.hateblo.jp%2Fentry%2F2017%2F10%2F26%2F000537&quot; title=&quot;PythonでRSSの新着チェック（feedparser/sqlite3） - メモ&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>2017-10-26 00:05:37</published>
  <title>PythonでRSSの新着チェック（feedparser/sqlite3）</title>
  <type>rich</type>
  <url>https://imabari.hateblo.jp/entry/2017/10/26/000537</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
