https://github.com/cybershang/ghtrend
Save Github trending data daily/weekly/monthly to csv.
https://github.com/cybershang/ghtrend
github-trending kaggle
Last synced: 3 months ago
JSON representation
Save Github trending data daily/weekly/monthly to csv.
- Host: GitHub
- URL: https://github.com/cybershang/ghtrend
- Owner: cybershang
- License: mit
- Created: 2024-01-21T22:06:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T23:33:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T08:37:00.986Z (over 1 year ago)
- Topics: github-trending, kaggle
- Language: Python
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GhTrend
Request and parse Github trending page.
**Usage**:
```console
$ get-trend [OPTIONS] [DATE_RANGE] [OUT_FILE]
```
**Arguments**:
* `[DATE_RANGE]`: Choose from: daily, weekly, monthly
* `[OUT_FILE]`: Enter the filepath csv to be stored at
**Options**:
* `--quiet / --no-quiet`: [default: no-quiet]
* `--version / --no-version`
* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.
**Dependency:**
- requests
- BeautifulSoup4
- typer