The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

fetch-issues.pl - fetch GitHub issues and comments into an SQLite database

SYNOPSIS

fetch-issues.pl --user Perl --repo perl5 --dbfile=db/issues.sqlite

OPTIONS

--token         GitHub API token
--token-file    filename containing JSON with the GitHub API token
--user          GitHub user of repository to fetch
--repo          GitHub repository containing the issues and comments
--dbfile        Name of the SQLite database to store the issues