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