https://github.com/chadnpc/clihelper.trends
A module to collect trends data from different sources.
https://github.com/chadnpc/clihelper.trends
githubtrending google-trends
Last synced: 8 months ago
JSON representation
A module to collect trends data from different sources.
- Host: GitHub
- URL: https://github.com/chadnpc/clihelper.trends
- Owner: chadnpc
- License: wtfpl
- Created: 2025-03-07T23:18:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T23:51:54.000Z (about 1 year ago)
- Last Synced: 2025-03-08T00:26:59.016Z (about 1 year ago)
- Topics: githubtrending, google-trends
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/cliHelper.trends
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [cliHelper.trends](https://www.powershellgallery.com/packages/cliHelper.trends)
A module to collect trends data from different sources.
[](https://github.com/chadnpc/cliHelper.trends/actions/workflows/build_module.yaml)
[](https://www.powershellgallery.com/packages/cliHelper.trends)
## Usage
```PowerShell
Install-Module cliHelper.trends
```
then
```PowerShell
Import-Module cliHelper.trends
$top_python_repos = ghtrends -by Stars -language Python 10
# i.e: ghtrends is alias for the f(x) Get-GitHubTrendingRepositories
echo $top_python_repos | Format-Table
```
Output

>NOTE: This module is still in alpha phase. While "graphapi calls and types" work fine, the "trending calculation/algorithm" part is still not done.
## License
This project is licensed under the [WTFPL License](LICENSE).