Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/prashantpandey9/imdb_top_250_movie_list-rating_api
- Owner: prashantpandey9
- Created: 2020-05-09T18:19:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T11:54:08.000Z (over 3 years ago)
- Last Synced: 2023-08-20T17:49:40.241Z (about 1 year ago)
- Topics: api, bs4, bs4-requests, imdb-rating, json-api, python3, requests-module, scraper
- Language: Jupyter Notebook
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```