https://github.com/niloysikdar/go-imdb-crawler
Want to know which celebrities have a common birthday with yours? 👀 Get the full data about them. Made using Go + Colly
https://github.com/niloysikdar/go-imdb-crawler
colly crawler golang imdb
Last synced: 6 months ago
JSON representation
Want to know which celebrities have a common birthday with yours? 👀 Get the full data about them. Made using Go + Colly
- Host: GitHub
- URL: https://github.com/niloysikdar/go-imdb-crawler
- Owner: niloysikdar
- License: mit
- Created: 2021-07-26T11:27:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T21:09:19.000Z (about 4 years ago)
- Last Synced: 2025-03-25T17:13:15.626Z (7 months ago)
- Topics: colly, crawler, golang, imdb
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
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](https://golang.org/) + [Colly](http://go-colly.org/) to get the data from [IMDb](https://www.imdb.com/).## RUNNING 🏃
- To run the crawler, **Go** is needed to be installed. Install **Go** from [here](https://golang.org/dl/)
- After Installing Go, run
```bash
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](https://github.com/niloysikdar/Go-IMDb-Crawler/blob/main/LICENSE) for more information.