Skip to content

GitHub Integration

Repository management and release tracking.

Quick Start

fromhtk.lib.github.utilsimport get_repository, sync_repository_releases
repo = get_repository('owner/repo')
sync_repository_releases(repo)

Bots & Reminders

fromhtk.lib.github.botsimport GitHubReminderBot
bot = GitHubReminderBot()
reminder = bot.pull_request_reminder(org)

Configuration

# settings.py
GITHUB_API_TOKEN = os.environ.get('GITHUB_API_TOKEN')

AltStyle によって変換されたページ (->オリジナル) /