ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
linux:rss:generator

RSS-Bridge

様々なsiteのRSSを生成する

Raspbian Busterでの導入例

$ sudo apt install rss-bridge

tweeper

$ tweeper -h
usage: /usr/bin/tweeper [-e|-m <0|1>|-u <0|1>|-h|--help] <src_url>

Twitterをfeedに

$ tweeper https://twitter.com/matoken1 2>/dev/null| head
<?xml version="1.0"?>
<rss version="2.0" xml:base="https://twitter.com">
  <channel>
    <generator>Tweeper</generator>
    <title>Twitter / matoken1</title>
    <link>https://twitter.com/matoken1</link>
    <description>matoken @matoken1 @matoken だった人 Joined June 2018</description>
    <image>
      <title>Twitter / matoken1</title>
      <link>https://twitter.com/matoken1</link>

Instagramをfeedに

$ tweeper https://www.instagram.com/matoken/ | head
<?xml version="1.0"?>
<rss version="2.0" xml:base="https://instagram.com">
  <channel>
    <generator>Tweeper</generator>
    <title>Instagram / matoken</title>
    <link>https://instagram.com/matoken</link>
    <description><![CDATA[matoken. 猫と過去多め <a href="https://matoken.org/">https://matoken.org/</a>]]></description>
    <image>
      <title>Instagram / matoken</title>
      <link>https://instagram.com/matoken</link>

facebookをfeedに

$ tweeper https://www.facebook.com/matoken 2>/dev/null | head
<?xml version="1.0"?>
<rss version="2.0" xml:base="https://facebook.com">
  <channel>
    <generator>Tweeper</generator>
    <title>Kenichiro Matohara | Facebook</title>
    <link>https://www.facebook.com/matoken</link>
    <description><![CDATA[Kenichiro Matohara is on Facebook. Join Facebook to connect with Kenichiro Matohara and others you may know. Facebook gives people the power to share and makes the world more open and connected.]]></description>
    <image>
      <title>Kenichiro Matohara | Facebook</title>
      <link>https://www.facebook.com/matoken</link>

コメント

コメントを入力. Wiki文法が有効です:
   _  __  ____    _  __   ___    ___ 
  | |/_/ / __ \  | |/_/  / _ \  / _ \
 _>  <  / /_/ / _>  <   / // / / // /
/_/|_|  \____/ /_/|_|  /____/ /____/
 
linux/rss/generator.txt · 最終更新: 2019/12/24 01:47 by matoken