Skip to content

Instantly share code, notes, and snippets.

@kitsamho
Created June 18, 2023 18:05
Show Gist options
  • Select an option

  • Save kitsamho/9e232e113d3a15c8f37cf6becfbfd6d6 to your computer and use it in GitHub Desktop.

Select an option

Save kitsamho/9e232e113d3a15c8f37cf6becfbfd6d6 to your computer and use it in GitHub Desktop.
def get_movie_payload():
movie_payload = {'keywords': {'movie_response': [], 'cols': ['id', 'keywords'], 'results_parsed': []},
'reviews': {'movie_response': [], 'cols': ['id', 'results'], 'results_parsed': []},
'info': {'movie_response': [],
'cols': ['id', 'budget', 'revenue', 'genres', 'production_countries', 'tagline'],
'results_parsed': []}}
return movie_payload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment