https://github.com/brejoc/teampulls
teampulls lists all of the pull requests for a list of users and repositories and highlights the old ones in red.
https://github.com/brejoc/teampulls
github hacktoberfest pull-requests
Last synced: 5 months ago
JSON representation
teampulls lists all of the pull requests for a list of users and repositories and highlights the old ones in red.
- Host: GitHub
- URL: https://github.com/brejoc/teampulls
- Owner: brejoc
- License: gpl-3.0
- Created: 2019-10-24T15:12:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T00:32:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T03:02:46.935Z (over 1 year ago)
- Topics: github, hacktoberfest, pull-requests
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it?
teampulls lists all of the pull requests for a list of users and repositories. On top of that every pull requests that is older than 14 days is printed in red.
# Getting started
## Installation
### Pypi
```
pip install teampulls
```
### openSUSE RPM package
[](https://build.opensuse.org/package/show/home:brejoc:teampulls/teampulls)
I'm currently building packages for Tumbleweed, Leap 15.1 and Leap 15.2 on [OBS](https://software.opensuse.org/package/teampulls?search_term=teampulls). These packages ship the example config in `/etc/teampulls.toml`.
### Fedora
teampulls is part of Fedora since Fedora 33.
## Edit the settings file
Please copy the [`teampulls.toml`](https://github.com/brejoc/teampulls/blob/master/teampulls.toml) either to `/etc/teampulls.toml` or to `~/.teampulls.toml`. Now you'll have to add the users and repositories you are interested in. You also need a Github API token, that can either be set in the settings file or via the environment variable `GITHUB_TOKEN`.
## Get the pull requests
To get the list of pull requests you can execute `teampulls`.