diff --git a/README.md b/README.md index d2a1e83..3533f45 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Track the daily growth of GitHub stars over a time period to gauge the open-source popularity of various repositories. -[![Ultralytics Actions](https://github.com/ultralytics/stars/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/stars/actions/workflows/format.yml) Discord +[![Ultralytics Actions](https://github.com/ultralytics/stars/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/stars/actions/workflows/format.yml) Discord Ultralytics Forums ## 📌 Requirements diff --git a/count_stars.py b/count_stars.py index 0d5f585..81a2f4e 100644 --- a/count_stars.py +++ b/count_stars.py @@ -29,6 +29,7 @@ def run( # days = (datetime.now() - date).total_seconds() / 86400 # compute number of days # days = 30 # specify days directly, i.e. last 30 days + """Counts GitHub stars for specified repositories over a given period and optionally saves user information.""" # Get repos with open("repos.yaml", "r") as f: repos = yaml.safe_load(f)["repositories"]