Want to know which celebrities have a common birthday with yours? π Want to get the full data about them?
- 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.
-
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.
This project is currently licensed under under the MIT License. See LICENSE for more information.