Skip to content

Version 0.0.4

Latest
Compare
Choose a tag to compare
@rossarmstrong rossarmstrong released this 02 Aug 03:44
· 1302 commits to main since this release
bf2e765

Breaking Changes

  • traffic.py has been moved from the main directory to the /src directory.

Enhancements

  • Added activity.py script to the /src directory for capturing the total number of stars, watchers, and forks for each repository.
  • Added activity.csv to the /data directory to store the cumulative total of stars, watchers, and forks each day.
  • Added activity.yml to the /.github/workflows directory to manage the python environment and runtime of the activity.py file.
  • Updated the README.md file to detail the new enhancements.