diff --git a/run_tester.py b/run_tester.py new file mode 100755 index 000000000..154af2842 --- /dev/null +++ b/run_tester.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python +# encoding: utf-8 + +from recipe_scrapers import scrap_me + +# give the url as a string, it can be url from any site listed below +scrap_me = scrap_me('https://www.budgetbytes.com/2017/03/lemon-garlic-roasted-chicken') + +print(scrap_me.data())