8000 GitHub - fujitatomoya/github_activity: to search the github commit activity based on the stars
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fujitatomoya/github_activity

Repository files navigation

Github Activity Tools

Overview

tools and scripts to search the github commit activity based on conditions such as the stars, PRs and so on.

Requirement

  • Python version 2
  • PyGithub v1.25.0
  • NetworkX v1.8.1
  • Cytoscape 3.1.1
$ pip install PyGithub networkx pygraphml

Usage

  1. insert github token as yours in check_activity.py.
  2. modify SEEDs as you like in check_activity.py.
  3. execute "python check_activity.py"
  4. you can use Cytoscape to see the whole mapping.

Requirement

  • Python version 3

Usage

>python3 contribution_report.py -t <YOUR_GITHUB_TOKEN> -a <ACCOUNTS> -o <ORGANIZATION>
# Contributions
By Authors: fujitatomoya, Barry-Xu-2018, iuhilnehc-ynos
To Repositories in Organizations: ros2
Merged Since: 2020-12-21
This report generated: 2021-01-20
Contribution count (remember to update if you remove things): 6
* ros2/rcl
  * "Improve trigger test for graph guard condition" | Barry Xu | https://github.com/ros2/rcl/pull/811 (merged 2020-12-22)
  * "Re-add "Improve trigger test for graph guard condition (#811)"" | Barry Xu | https://github.com/ros2/rcl/pull/884 (merged 2021-01-11)
* ros2/rclcpp
  * "use describe_parameters of parameter client for test" | tomoya | https://github.com/ros2/rclcpp/pull/1499 (merged 2021-01-12)
  * "add timeout to SyncParametersClient methods" | tomoya | https://github.com/ros2/rclcpp/pull/1493 (merged 2020-12-22)
* ros2/rosbag2
  * "Fixed playing if unknown message types exist" | Chen Lihui | https://github.com/ros2/rosbag2/pull/592 (merged 2020-12-29)
* ros2/system_tests
  * "update parameter client test with timeout." | tomoya | https://github.com/ros2/system_tests/pull/457 (merged 2020-12-22)

Requirement

  • Python version 3

Usage

>python3 clone_all_repositories.py ros2 --token <YOUR_GITHUB_TOKEN>

Author

Reference

About

to search the github commit activity based on the stars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0