Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.44 KB

Go IMDb Crawler

Hit the ⭐ button to show some ❤️ 😃

INSPIRATION 💪

Want to know which celebrities have a common birthday with yours? 👀 Want to get the full data about them?

SOLUTION 💡

  • So here is the Go IMDb Crawler.
  • Just input the Day and Month and get all the relevant data about the celebrities who have the same birthday.
  • Using Golang + Colly to get the data from IMDb.

RUNNING 🏃

  • To run the crawler, Go is needed to be installed. Install Go from here

  • After Installing Go, run

go run main.go
  • You will get a .json file as the output with the data about all the celebrities.

LICENSE 📝

This project is currently licensed under under the MIT License. See LICENSE for more information.