https://github.com/nerdalert/scrape-trending
Rust based app that scrapes and displays trending GitHub repos
https://github.com/nerdalert/scrape-trending
Last synced: 11 months ago
JSON representation
Rust based app that scrapes and displays trending GitHub repos
- Host: GitHub
- URL: https://github.com/nerdalert/scrape-trending
- Owner: nerdalert
- License: wtfpl
- Created: 2020-01-06T06:00:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T06:28:01.000Z (over 6 years ago)
- Last Synced: 2025-06-07T07:04:08.784Z (about 1 year ago)
- Language: Rust
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust based Scraper for Trending GitHub repos
Rust based scraper that scrapes the trending Github repos in a terminal. The scraper will display the top repo for all languages, Rust, Python and Go by default.
# Quickstart
- Run using cargo:
```sh
git clone https://github.com/nerdalert/scrape-trending.git
cd scrape-trending
cargo run
```
- or run the mac binary:
```sh
git clone https://github.com/nerdalert/scrape-trending.git
cd scrape-trending
./binaries/x86_64-apple-darwin/scrape-trending
```
If the repo description is empty, it’s probably because it has an emoji in it and those are annoying to scrape and parse.
- Example output:
