Flik, a Python Package for Film Buffs
Currently, flik heavily depends on OMDb API. You should first get your API key. A free subscription is available for up to 1000 requests per day.
To get full information of a title use fetchinfo function:
import flik
flik.fetchinfo('se7en', OMDB_API_KEY)
The returned object is a python dictionary containing all information about requested title:
{
"Actors":"Morgan Freeman, Brad Pitt, Kevin Spacey",
"Awards":"Nominated for 1 Oscar. 29 wins & 42 nominations total",
"BoxOffice":"$100,125,643",
"Country":"United States",
"DVD":"19 Dec 2000",
"Director":"David Fincher",
"Genre":"Crime, Drama, Mystery",
"Language":"English",
"Metascore":"65",
"Plot":"Two detectives, a rookie and a veteran, hunt a serial killer who ""uses the seven deadly sins as his motives.",
"Poster":"https://m.media-amazon.com/images/M/MV5BOTUwODM5MTctZjczMi00OTk4LTg3NWUtNmVhMTAzNTNjYjcyXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_SX300.jpg",
"Production":"New Line Cinema",
"Rated":"R",
"Ratings":[
{
"Source":"Internet Movie Database",
"Value":"8.6/10"
},
{
"Source":"Metacritic",
"Value":"65/100"
}
],
"Released":"22 Sep 1995",
"Response":"True",
"Runtime":"127 min",
"Title":"Se7en",
"Type":"movie",
"Website":"N/A",
"Writer":"Andrew Kevin Walker",
"Year":"1995",
"imdbID":"tt0114369",
"imdbRating":"8.6",
"imdbVotes":"1,499,684"
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flik-0.0.3.tar.gz
(15.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
flik-0.0.3-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file flik-0.0.3.tar.gz.
File metadata
- Download URL: flik-0.0.3.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e08acf8131fa21032d8598c1a851039370c50a6e19feb392ccbcf2a6748212e7
|
|
| MD5 |
5301dbc52b4917456cd2bcbba30c2cd4
|
|
| BLAKE2b-256 |
70d1521e76d6a3ff52b93d88a8a3e16282c7d6018c65b70455da743913c775b9
|
File details
Details for the file flik-0.0.3-py3-none-any.whl.
File metadata
- Download URL: flik-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c546f9ed5f1948c10dcdd73bcdd0045d824861918b1a2b132111b72cc2a34bfd
|
|
| MD5 |
aa18b6671b90fe8a2f2989ec3d172517
|
|
| BLAKE2b-256 |
d660ec206d2ad2417d8d30fab903e434070f71bb8f9ae1a308e416757da6ebe5
|