Skip to content

mingrammer/go-simple-crawler-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-simple-crawler-practice

Simple crawler for learning go

What can you learn from this simple codes is the simple go program structures and the little understanding about concurrency.


Description

  • crawler.go

    Crawls the following of users on github recursively.

  • crawler_pipeline.go

    Crawls the following of users using workers concurrently.

  • crawler_interface_pipeline.go

    Crawls the following and starred repositories of users using crwaler interface and workers concurrently.


Run

  1. Modify the startURL at top of file to fit your account
  2. go run <crawler-file>

About

Simple crawler for learning go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages