Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybershang/ghtrend
Save Github trending data daily/weekly/monthly to csv.
https://github.com/cybershang/ghtrend
github-trending kaggle
Last synced: 28 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T23:33:14.000Z (6 months ago)
- Last Synced: 2024-11-20T08:59:33.450Z (about 1 month 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