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

https://github.com/sarkartanmay393/imdb-scraper-golang

Contains a web scraper that crawls inside `www.imdb.com/name` and stores all celebrity data in given birthday inside a file.
https://github.com/sarkartanmay393/imdb-scraper-golang

go imdb-webscrapping web-scraper

Last synced: 8 months ago
JSON representation

Contains a web scraper that crawls inside `www.imdb.com/name` and stores all celebrity data in given birthday inside a file.

Awesome Lists containing this project

README

          

### Simple IMDB Web Scraper

> Built using `go1.19.2`

#### What is does ?

This program scrapes `www.imdb.com/name` for celebreties of a given birthday where you provide a Date and Month and stores all data in a file `output.json` and this program stores cache in `.imdb_cache` and uses from here.

#### How it does ?

This Simple IMDB Web Scaper uses [`colly`](https://github.com/gocolly/colly) ans `os` package to perform the scraping and writing the json into a file.