Opened 14 years ago
Last modified 11 years ago
#50 new enhancement
followingのdescriptionやurlから、ブログなどのrssを探して更新時にtweetするbot
Reported by: | mitty | Owned by: | mitty |
---|---|---|---|
Priority: | major | Component: | |
Keywords: | rss,bot | Cc: |
Description (last modified by mitty)
- source:/lab.git/Dev/twitter/show_status.pl
- perl -w show_status.pl -d 29584945114
$VAR1 = { 'user' => { 'url' => 'http://mitty.jp/', }, 'id' => '29584945114', 'id_str' => '29584945114', };
- perl -w show_status.pl -d http://twitter.com/sakura_pr/status/25038363069259776
$VAR1 = { 'user' => { 'url' => 'http://www.sakura.ad.jp/', 'description' => "(snip) http://support.sakura.ad.jp/", 'id' => '25038363069259776', 'id_str' => '25038363069259776', };
- -> http://www.sakura.ad.jp/ http://support.sakura.ad.jp/
- perl -w show_status.pl -d 29584945114
- 取得したURL内にRSS/Atomがあればそれを対象とする
Note: See
TracTickets for help on using
tickets.