Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prashantpandey9/imdb_top_250_movie_list-rating_api

Automatically scrape data on TOP250IMDbRating to make them easily accessible in JSONaCSV format.
https://github.com/prashantpandey9/imdb_top_250_movie_list-rating_api

api bs4 bs4-requests imdb-rating json-api python3 requests-module scraper

Last synced: 8 days ago
JSON representation

Automatically scrape data on TOP250IMDbRating to make them easily accessible in JSONaCSV format.

Awesome Lists containing this project

README

        

# IMDb Top Rated Movies

### JSON Data on IMDb Top rated movies
This repository contains data in (JSON format) which are scraped from IMDb Website.

### How it works

* Jupyter notebooks are used for scraping data and output to JSON files

### Development

* Tools: Python3, Jupyter, Pandas, BeautifulSoup and related stuff (e.g. Selenium for web-scraping).

* [requirements.txt](requirements.txt) contains Python dependencies

```
pip install -r requirements.txt
```

* Start Jupyter notebook from inside the container and then visit the browser at `http://localhost:8888`

```
jupyter notebook --allow-root --ip=0.0.0.0

```