Skip to content

Import from GitHub

Track your commits, issues, and stars.

Create a personal access token with repo and read:user scopes and store it in GITHUB_TOKEN.

Terminal window
otso import github <username>

The importer walks the Events API and upserts each action.

  • Push and merge events → entry with commit URLs.
  • Issues and PRs → entry with labels mapped to tags.
  • Stars → bookmark events.

GitHub allows 5k requests/hour. The importer sleeps and resumes when limits are reached.