0 purchases
rottentomatoes 2.1
An easy-to-use Python wrapper for the Rotten Tomatoes API.
>>> RT('my-api-key').search('the lion king')
Or, if your API key is saved as the RT_KEY environment variable,
the RT class can be initialized like so:
>>> RT().search('the lion king')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.