An open API service indexing awesome lists of open source software.

https://github.com/ricoledan/github-api-sls

🐍 A python serverless function that uses the PyGithub library and GitHub API to collect data from a list of specified GitHub repositories. It retrieves and counts the number of contributors and releases in the past year for each repository, storing this data in a pandas DataFrame.
https://github.com/ricoledan/github-api-sls

Last synced: 8 months ago
JSON representation

🐍 A python serverless function that uses the PyGithub library and GitHub API to collect data from a list of specified GitHub repositories. It retrieves and counts the number of contributors and releases in the past year for each repository, storing this data in a pandas DataFrame.

Awesome Lists containing this project

README

          

# Github-api-sls

## Summary
This Python serverless function uses the PyGithub library and GitHub API to collect data from a list of specified GitHub
repositories. It retrieves and counts the number of contributors and releases in the past year for each repository,
storing this data in a pandas DataFrame.

## Usage
Install Dependencies

```bash
python -m pip install -r requirements.txt
```

Run Python Script

```bash
serverless invoke local -f info
```