https://github.com/eveningkid/github-feed
Get notified whenever something happens in someone's github feed
https://github.com/eveningkid/github-feed
cli feed git github nodejs notifications npm
Last synced: 6 months ago
JSON representation
Get notified whenever something happens in someone's github feed
- Host: GitHub
- URL: https://github.com/eveningkid/github-feed
- Owner: eveningkid
- License: mit
- Created: 2018-04-03T04:11:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T10:46:47.000Z (over 7 years ago)
- Last Synced: 2025-03-07T02:46:27.530Z (7 months ago)
- Topics: cli, feed, git, github, nodejs, notifications, npm
- Language: JavaScript
- Homepage:
- Size: 856 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Get notified whenever something happens in someone's public github feed:
- someone stars a repo
- **todo:** someone forks a repo```
github-feed --username=eveningkid --self-centered
```## Install
```
npm install -g github-feed
```
```
yarn add global github-feed
```
Alternative installation: `npx github-feed --username=eveningkid`.## Parameters
- `username:string`, define which user's feed to crawl
- `selfCentered:bool=false`, if *true* will only notify for *username* repos
- `interval:number=300000`, interval between each crawl in ms
- `silent:bool=false`, to log or not to log
- `perPage:number=30`, how many results per page for each crawl request## License
[eveningkid](https://twitter.com/eveningkid) @ MIT