How to use the API to get the top 20 streams

How do I include that in my code? This is what I have so far…

import twitch
client = twitch.TwitchHelix(client_id='...', oauth_token='<oauth_token>')
client.get_oauth()
client.get_streams()

Which is basically what you posted above…