From 9565d09bf74978d50153062a7d50c91c0074f02c Mon Sep 17 00:00:00 2001 From: lhuaizhong Date: Sat, 21 Nov 2015 12:58:17 +0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f327e6e..4e62b35 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # contact_scraper -Python script to scrape email and telephone from website - -Usage: - -Command line: -python sitespy.py email/tel/fax/.au http://www.africanenergyresources.com/ - -Call: -import sitespy -r = sitespy.sitespy('http://www.africanenergyresources.com/', 'email') -print r['email'] +Python script to scrape email and telephone from website. +
+Usage:
+
+Command line:
+python sitespy.py email/tel/fax/.au http://www.africanenergyresources.com/
+
+Call:
+import sitespy
+r = sitespy.sitespy('http://www.africanenergyresources.com/', 'email')
+print r['email']