# GitHub Activity Tracker for Torvalds Developer

**Use case:** 

Analyze push and create events by Linus Torvalds from October to December 2024. Access detailed insights into his GitHub activity.

## Input

```json
{
  "startDate": "2024-10-01",
  "endDate": "2024-12-31",
  "hours": [
    "15"
  ],
  "eventTypes": [
    "PushEvent",
    "CreateEvent"
  ],
  "repoFilter": [],
  "actorFilter": [
    "torvalds"
  ],
  "orgFilter": [],
  "maxItems": 3000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "action": {
    "label": "Action",
    "format": "text"
  },
  "actorLogin": {
    "label": "Actor",
    "format": "text"
  },
  "repoName": {
    "label": "Repository",
    "format": "text"
  },
  "repoUrl": {
    "label": "Repo URL",
    "format": "link"
  },
  "orgLogin": {
    "label": "Org",
    "format": "text"
  },
  "commitCount": {
    "label": "Commits",
    "format": "text"
  },
  "prNumber": {
    "label": "PR #",
    "format": "text"
  },
  "issueNumber": {
    "label": "Issue #",
    "format": "text"
  },
  "releaseTag": {
    "label": "Release",
    "format": "text"
  },
  "hourFile": {
    "label": "Hour File",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Archive Events Scraper — Historical GH Events by Date](https://apify.com/logiover/github-archive-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/github-archive-events-scraper) to learn more, explore other use cases, and run it yourself.