From bf2fe6099359f42f2a22c952c54d29d5182a5409 Mon Sep 17 00:00:00 2001 From: David Ascienzo Date: Sun, 19 Aug 2018 15:51:11 -0400 Subject: [PATCH] Updated README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0614572..8de3b5b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Python-based scraper for phpBB forums. Code requires: - 1. Python scraping library, Scrapy. + 1. Python scraping library, [Scrapy.]: http://scrapy.org/ - 2. Python HTML parsing library, BeautifulSoup. + 2. Python HTML parsing library, [BeautifulSoup.]: https://www.crummy.com/software/BeautifulSoup/bs4/doc/ ## Scraper Output @@ -22,12 +22,6 @@ Scrapes the following information from forum posts: 5. Quoted text -allowed_domains = [''] - start_urls = [''] - username = '' - password = '' - form_login = False - Edit `phpBB.py` and specify: 1. `allowed_domains`