Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarrodnorwell/githubtrendingscraper
GitHubTrendingScraper is a middleman of GitHubTrending, built using SwiftSoup and written entirely in Swift, GitHubTrendingScraper handles all of the data scraping from GitHub and uploading to GitHubTrendingAPI
https://github.com/jarrodnorwell/githubtrendingscraper
code git github scraper spm swift swiftsoup trending
Last synced: about 2 hours ago
JSON representation
GitHubTrendingScraper is a middleman of GitHubTrending, built using SwiftSoup and written entirely in Swift, GitHubTrendingScraper handles all of the data scraping from GitHub and uploading to GitHubTrendingAPI
- Host: GitHub
- URL: https://github.com/jarrodnorwell/githubtrendingscraper
- Owner: jarrodnorwell
- License: gpl-3.0
- Created: 2023-11-28T08:21:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T03:46:20.000Z (9 months ago)
- Last Synced: 2024-05-02T05:11:26.822Z (7 months ago)
- Topics: code, git, github, scraper, spm, swift, swiftsoup, trending
- Language: Swift
- Homepage: https://githubtrending.com
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHubTrendingScraper
GitHubTrendingScraper is a middleman of GitHubTrending, built using SwiftSoup and written entirely in Swift, GitHubTrendingScraper handles all of the data scraping from GitHub and uploading to GitHubTrendingAPI## Prerequisites
### Frameworks
- **[GitHubTrendingAPI](https://github.com/jarrodnorwell/GitHubTrendingAPI)**### Operating System
- Linux (preferred)
- macOS
- Linux on Windows with **[WSL2](https://learn.microsoft.com/en-us/windows/wsl/install)**## Getting Started
### Change Directory
```bash
$ cd /path/to/directory
```### Clone Repository
```bash
$ git clone https://github.com/jarrodnorwell/GitHubTrendingScraper
```### Change Directory, Build & Run
```bash
$ cd GitHubTrendingScraper
$ swift build -c release
$ .build/release/GitHubTrendingScraper
```## Final Notes
Once GitHubTrendingScraper has been run, open **[127.0.0.1:8080](http://127.0.0.1:8080)**