/gohub

Web scraper of GitHub's Go trending page

Primary LanguageGoMIT LicenseMIT

gohub ☕

Go Report Card

Create your very own web scraper and crawler using Go and Colly!

*Note: Data in results.json page is not up to date with current information from the trending page. This information is an example of how information will show up.

📚 Table of Contents

  1. Project Structure
  2. Description
  3. Installation
  4. Author(s)
  5. Acknowledgements

Project Structure

📂 gohub
├── go.mod
├── go.sum
├── hub.go
├── hub_test.go
├── results.json
└── README.md

Description

📔 Project that jsonifies github related information from projects on the Go Trending page. 📔

Image of JSON file

Future Features

  • Implement 3rd party API
  • Dockerize

Instructions

To get on machine

git clone https://github.com/squeaky1273/gohub.git

To run code

go run hub.go

Author(s)

Padyn Riddell -initial work- Backend Web Engineer

Acknowledgements

  • God - Thank you for giving the ability to have opportunties to build code and go to school.
  • Mom & family - Thank you for beliving in me and being encouraging.