NAME

get-rss-from-twitter-search - Convert Twitter search result page to RSS

VERSION

This document describes version 0.04 of get-rss-from-twitter-search (from Perl distribution RSS-From-Twitter), released on 2014-07-22.

SYNOPSIS

$ get-rss-from-twitter-search '#perl'
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="RSS::From::Twitter::Search 0.01 (Perl module)" -->
<rss version="2.0">
  <channel>
    <title>Twitter Search: #perl</title>
    <link>https://twitter.com/search?%23perl</link>
    <generator>...</generator>

    <title>Mukesh Sharma (@iHackers)</title>
    <link>https://twitter.com/iHackers/status/382113008454885376</link>
    <pubDate>Mon, 23 Sep 2013 12:03:35 +0700</pubDate>
    <description>Apress - Beginning Web Development - From Novice To Professional (2006)</description>
    </item>

    <item>
    <title>Ali-Reza Anghaie (@Packetknife)</title>
    <link>https://twitter.com/Packetknife/status/382053623490174976</link>
    <pubDate>Mon, 23 Sep 2013 08:07:36 +0700</pubDate>
    <description>Weekly Issue #113 - September 23, 2013 - Object Oriented Perl via</description>
    </item>

    ...

  </channel>
</rss>

DESCRIPTION

See RSS::From::Twitter for more details, including available options.

SEE ALSO

get-rss-from-twitter

get-rss-from-twitter-list

get-rss-from-twitter-user

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/RSS-From-Twitter.

SOURCE

Source repository is at https://github.com/sharyanto/perl-RSS-From-Twitter.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=RSS-From-Twitter

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.