Yo, check out Cinemagoer (formerly IMDbPY). It’s updated and works for pulling IMDb rating data Python API style.
Install with `pip install cinemagoer` and you’re good to go.
Example:
```python
from imdb import Cinemagoer
ia = Cinemagoer()
movie = ia.get_movie('0120338')
print(movie['rating'])
```
Works like a charm!
Install with `pip install cinemagoer` and you’re good to go.
Example:
```python
from imdb import Cinemagoer
ia = Cinemagoer()
movie = ia.get_movie('0120338')
print(movie['rating'])
```
Works like a charm!
