Skip to content

Instantly share code, notes, and snippets.

View benopoku's full-sized avatar

Bernard JOpoku benopoku

View GitHub Profile
import requests_with_caching
import json
def get_movies_from_tastedive(title):
url = 'https://tastedive.com/api/similar'
param = {}
param['q']= title
param['type']= 'movies'
param['limit']= 5