Skip to content

ggary9424/comic-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comic Crawler

Mainly, this project is created for me to learn the Golang. Besides, I want to use this project to save the time for checkout the comics I followed by browsing each URL everyday.

Goal

  1. Familiar with Golang.
  2. Try to build a project that is not only a toy but also a project can run at production environment.

Limitation

Now, only support the cartoonmad website.

Environment

  1. Golang v1.12
  2. Dep v0.5.0
  3. Mongo DB v2.6 or higher

Execution

dep ensure
go run main.go

TODO

  • An queue-worker architecture can broadcast the notification of following comics updating.
  • An User Interface can edit the following comics. Try to use GRPC Web
  • Comprehensive log system.
  • Dockerization version.
  • Elegant way to deal with callback hell when using colly. (Maybe use Go Channel)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages