{"id":22300326,"url":"https://github.com/dropseed/github-traffic-report","last_synced_at":"2026-05-18T05:45:06.930Z","repository":{"id":43113453,"uuid":"399519903","full_name":"dropseed/github-traffic-report","owner":"dropseed","description":"A GitHub Action that sends an aggregated traffic report for your GitHub repos.","archived":false,"fork":false,"pushed_at":"2022-07-19T20:11:59.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T04:53:04.750Z","etag":null,"topics":["analytics","github-actions","reporting","traffic"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dropseed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-24T15:39:23.000Z","updated_at":"2022-03-17T20:33:19.000Z","dependencies_parsed_at":"2022-09-22T06:00:36.359Z","dependency_job_id":null,"html_url":"https://github.com/dropseed/github-traffic-report","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fgithub-traffic-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fgithub-traffic-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fgithub-traffic-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fgithub-traffic-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropseed","download_url":"https://codeload.github.com/dropseed/github-traffic-report/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245557898,"owners_count":20635060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","github-actions","reporting","traffic"],"created_at":"2024-12-03T18:10:31.655Z","updated_at":"2026-05-18T05:45:01.898Z","avatar_url":"https://github.com/dropseed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-traffic-report\n\nGet a weekly emailed summary of traffic in your organization.\n\nUses the [GitHub API for repo traffic](https://docs.github.com/en/rest/reference/repos#traffic) (clones and page views), which has data for the last 14 days.\n\n![GitHub traffic report weekly email screenshot](https://user-images.githubusercontent.com/649496/130651241-107288d1-e188-49b2-9240-a879238d9b1c.png)\n\n## Use the GitHub Action\n\n```yml\nname: traffic-report\non:\n  workflow_dispatch: {}\n  schedule:\n  - cron: 0 0 * * Mon  # Weekly\n\njobs:\n  send:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: dropseed/github-traffic-report@v1\n      with:\n        # A token with access to the repos\n        # (use secrets)\n        github_token: ${{ secrets.TRAFFIC_REPORT_TOKEN }}\n\n        # A repo search query to find repos for the report (public repos in this org by default)\n        # For multiple queries, use a comma to separate them\n        repo_query: \"org:${{ github.repository.owner }} is:public\"\n\n        # Can be comma separated (just like an email \"to\" field)\n        # (use secrets)\n        to_email: \"you@example.com\"\n\n        # SMTP settings for email sending\n        # (use secrets)\n        smtp_from: \"reports@example.com\"\n        smtp_host: \"\"\n        smtp_port: 587\n        smtp_username: \"\"\n        smtp_password: \"\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropseed%2Fgithub-traffic-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropseed%2Fgithub-traffic-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropseed%2Fgithub-traffic-report/lists"}