Here's a link to my Python wrapper for the API on Github: https://github.com/zachwill/rottentomatoes
Feel free to help contribute. I haven't put it on PYPI yet (need further documentation first), but it's definitely usable and tested (although there's always room for more tests) — and I made sure to include multiple examples in the README.
Also, for anyone else that comes across this, I just wanted to add that it's available on PYPI now: so you can just `pip install rottentomatoes` or `easy_install rottentomatoes` (though pip is obviously the better choice). And, if you're looking for examples, there's multiple ones up on Github in the documentation and tests, and also some on my blog.
Here's a link to my Python wrapper for the API on Github: https://github.com/zachwill/rottentomatoes
Feel free to help contribute. I haven't put it on PYPI yet (need further documentation first), but it's definitely usable and tested (although there's always room for more tests) — and I made sure to include multiple examples in the README.
Message edited by zachwill 2 years ago
Tags
Eugene P. – 2 years ago
Wow....this is awesome. Just...AWESOME!!
zachwill – 2 years ago
Haha, thanks, Eugene.
Also, for anyone else that comes across this, I just wanted to add that it's available on PYPI now: so you can just `pip install rottentomatoes` or `easy_install rottentomatoes` (though pip is obviously the better choice). And, if you're looking for examples, there's multiple ones up on Github in the documentation and tests, and also some on my blog.