# Monitor Django GitHub Activity Stream

**Use case:** 

Track commits, pull requests, and issues for the Django repository. Get detailed reports on recent contributions and modifications.

## Input

```json
{
  "mode": "repo",
  "repos": [
    "django/django"
  ],
  "org": "kubernetes",
  "user": "torvalds",
  "eventTypes": [
    "commits",
    "pulls",
    "issues"
  ],
  "since": "2026-06-01",
  "maxPerType": 300,
  "maxOrgRepos": 10,
  "ghToken": "",
  "useApifyProxy": true
}
```

## Output

```json
{
  "repo": {
    "label": "Repo",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "actor": {
    "label": "Actor",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "action": {
    "label": "Action",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Activity Stream — AI Agent Dev Monitoring API](https://apify.com/logiover/github-activity-stream) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/github-activity-stream) to learn more, explore other use cases, and run it yourself.