# -*- coding: utf-8 -*-
import requests
import json
# here you include your main terms, this can be as many as you like
terms = ['wine']
# these are just 'variations' which are appended to the start of your 'terms'
variations = ['what * ', 'who * ', 'how * ', 'does * ', 'why * ', 'can * '...