# NAME

Plagger::Plugin::CustomFeed::GitHub - Custom feed for GitHub

# SYNOPSIS

   - module: CustomFeed::GitHubFeed
       config:
         token: {github_api_token}
         users:
           - {github_username}

# DESCRIPTION

Plagger::Plugin::CustomFeed::GitHub fetches public timeline for any user.

# LICENSE

Copyright (C) zoncoen.

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

# AUTHOR

zoncoen <[email protected]>