Public
HTTP (deprecated)
version 8
Readme

GitHub Collaboration Suggester

This tool analyzes the recent GitHub activity of two users and suggests potential collaboration opportunities.

Features

  • Fetches the last 3 months of GitHub activity for two users
  • Summarizes activity including event counts, repositories, commits, issues, and pull requests
  • Uses AI to generate collaboration suggestions based on the activity summaries

Usage

To use it, make a GET request with two GitHub usernames as query parameters:

https://ejfox-githubcollabgen.web.val.run?user1=<username1>&user2=<username2>

Curl

  1. Compare two specific users:
    curl "https://ejfox-githubcollabgen.web.val.run?user1=ejfox&user2=stevekrouse"
    

Response

The API returns a plain text response with AI-generated collaboration suggestions, including:

  1. Potential collaborative projects
  2. Technologies to explore or learn
  3. Ways to complement each other's skills
  4. Opportunities for knowledge sharing or mentoring
  5. Possible open-source contributions
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
ejfox-githubcollabgen.web.val.run
August 16, 2024