Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# Movie Data Scraper
|
5 |
+
|
6 |
+
## Overview
|
7 |
+
This Project Scraped movies from 1990-2003 (due to api limitations) and has popular movies.
|
8 |
+
## Data Structure
|
9 |
+
The resulting Data file will show the following columns:
|
10 |
+
|
11 |
+
- **Title**: The title of the movie.
|
12 |
+
- **Year**: The release year of the movie.
|
13 |
+
- **Genre**: The genre(s) of the movie.
|
14 |
+
- **Director**: The director of the movie.
|
15 |
+
- **Actors**: The main cast of the movie.
|
16 |
+
- **Plot**: A brief description of the movie's plot.
|
17 |
+
- **Language**: The language(s) in which the movie was made.
|
18 |
+
- **Country**: The country/countries where the movie was produced.
|
19 |
+
- **Awards**: Any awards the movie has won.
|
20 |
+
- **Ratings**: Ratings from various sources.
|
21 |
+
- **imdbRating**: The IMDb rating of the movie.
|
22 |
+
- **imdbID**: The unique IMDb identifier for the movie.
|
23 |
+
- **Type**: The type of the movie (e.g., movie, series, episode).
|
24 |
+
|
25 |
+
## License
|
26 |
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|