Group
Extension

Matches 3

GitHub-RSS ( C/CO/CORION/GitHub-RSS-0.05.tar.gz, CORION, 2025; MetaCPAN )
GitHub-RSS/scripts/fetch-issues.pl ( view source; MetaCPAN )
ite

=head1 OPTIONS

    --token         GitHub API token
    --token-file    filename containing JSON with the GitHub API token
    --user          GitHub user of repository to fetch
    --repo      
GitHub-RSS ( C/CO/CORION/GitHub-RSS-0.05.tar.gz, CORION, 2025; MetaCPAN )
GitHub-RSS/lib/GitHub/RSS.pm ( view source; MetaCPAN )
'experimental::signatures';
use PerlX::Maybe;

use IO::Socket::SSL;
use Net::GitHub;
use DBI;
use JSON;

use Data::Dumper;

our $VERSION = '0.05';

=head1 NAME

GitHub::RSS - collect data from Github.
 access_token => $self->token
        ),
    },
);

=item *

B<token_file> - name and path of the JSON-format token file containing the
GitHub API token By default, that file is searched for under the
 $!";
        binmode $fh;
        local $/;
        my $json = <$fh>;
        my $token_json = decode_json( $json );
        return $token_json->{token};
    } else {
        # We'll run without a kn
GitHub-RSS ( C/CO/CORION/GitHub-RSS-0.05.tar.gz, CORION, 2025; MetaCPAN )
GitHub-RSS/scripts/generate-rss.pl ( view source; MetaCPAN )
rss

=head1 OPTIONS

    --token         GitHub API token
    --token-file    filename containing JSON with the GitHub API token
    --user          GitHub user of repository to fetch
    --repo      

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.