An open API service indexing awesome lists of open source software.

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

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.