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

https://github.com/dxtaner/datafromimdb_python

Data From IMDB
https://github.com/dxtaner/datafromimdb_python

data-platform imdb-api python3

Last synced: 9 months ago
JSON representation

Data From IMDB

Awesome Lists containing this project

README

          

IMDb Top Rated Movies Scraper
=============================

## imdb sayfası içeriği
![image](https://user-images.githubusercontent.com/44675799/146655410-c94b5133-6252-4aa1-af92-82b9efbcaee6.png)
## imdb sayfanın console içeriği
![image](https://user-images.githubusercontent.com/44675799/146655411-774c00bf-c8bb-44f6-ac1e-fedc1fadb516.png)
## Çekilen film bilgileri
![image](https://user-images.githubusercontent.com/44675799/146655414-2015e1a0-d4e2-40d6-9dc3-01dada874601.png)

Kullanım
--------

1. `requests` ve `beautifulsoup4` kütüphanelerini yükleyin:

pip install requests beautifulsoup4

3. Betiği çalıştırın:

python imdb_top_rated_movies_scraper.py

5. Program, alt ve üst rating sınırlarını girmenizi isteyecektir. Ardından, belirtilen aralığa giren filmlerin adını ve rating'ini listeleyecektir.

Lisans
------

Bu proje MIT Lisansı altında lisanslanmıştır. Daha fazla bilgi için [LICENSE](./LICENSE) dosyasını inceleyebilirsiniz.