https://github.com/carpodok/imdb_films_webscraping_app
Parsing data from the website by using JSOUP library
https://github.com/carpodok/imdb_films_webscraping_app
hilt-dependency-injection-android jsoup livedata-viewmodel mvvm-architecture webscraping
Last synced: 4 months ago
JSON representation
Parsing data from the website by using JSOUP library
- Host: GitHub
- URL: https://github.com/carpodok/imdb_films_webscraping_app
- Owner: carpodok
- Created: 2022-04-23T23:10:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T09:01:56.000Z (about 3 years ago)
- Last Synced: 2025-01-11T04:35:10.178Z (6 months ago)
- Topics: hilt-dependency-injection-android, jsoup, livedata-viewmodel, mvvm-architecture, webscraping
- Language: Kotlin
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDB_films_webscraping_app

#### :trident: This app presents top 250 rated movies according to IMDB by scraping from the website.
#### :trident: You can see more detail for each film by clicking on them
#### :trident: The link I used to scrap the data
### :large_blue_diamond: Things appearing in the list item about the film ;
:white_check_mark: Movie's name
:white_check_mark: Movie's poster
:white_check_mark: Movie's order
:white_check_mark: Movie's release year
:white_check_mark:Movie's IMDB rate### :large_blue_diamond: Things appearing in the more detail page about the film ;
:white_check_mark: Movie's name
:white_check_mark: Movie's poster
:white_check_mark: Plot of the movie
:white_check_mark: Movie's director
:white_check_mark: Movie's writers
:white_check_mark: Movie's stars### :white_square_button: This project includes ;
:small_orange_diamond: Web scraping
:small_orange_diamond: View Binding
:small_orange_diamond: Hilt
:small_orange_diamond: MVVM
:small_orange_diamond: LiveData
:small_orange_diamond: SearchView
:small_orange_diamond: Coroutines