https://github.com/gamcoh/github-automation-tools
Scripts that help automate Github tasks
https://github.com/gamcoh/github-automation-tools
automation github github-api github-issues python
Last synced: 7 months ago
JSON representation
Scripts that help automate Github tasks
- Host: GitHub
- URL: https://github.com/gamcoh/github-automation-tools
- Owner: gamcoh
- Created: 2019-03-21T09:59:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T14:53:44.000Z (over 4 years ago)
- Last Synced: 2025-03-20T13:12:57.371Z (7 months ago)
- Topics: automation, github, github-api, github-issues, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 🔧 Github-Automation-Tools
Tools to automate certain tasks## Instalation
```
git clone https://github.com/gamcoh/Github-Automation-Tools.git
pip install -r requirements.txt
```## Instructions
### Total Time
Create an issue with the total time from all the others opened issues.
In the body of the issues you should have something like that:```
Issue description
...
Time : 4h
```
Or
```
Issue description
...
Time : 2h - 1,5d
```
Or
```
Issue description
...
Time : 30m/task
```Add your `credentials` to `getTimeFromIssues.py`:
```
credentials = {
'login_username': 'LOGIN',
'password': 'YOUR_PASSWORD',
'repo': 'USERNAME/REPO_NAME',
'assignee': 'ASSIGNEE_NAME'
}
```And then run the script:
```
python getTimeFromIssues.py
```Results:
