From 76df7378f31e1576db21de3ff817d0da7ede6295 Mon Sep 17 00:00:00 2001 From: David Ascienzo Date: Sun, 19 Aug 2018 15:53:45 -0400 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8de3b5b..94e0f87 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Python-based scraper for phpBB forums. Code requires: - 1. Python scraping library, [Scrapy.]: http://scrapy.org/ +1. Python scraping library, [Scrapy](http://scrapy.org/). - 2. Python HTML parsing library, [BeautifulSoup.]: https://www.crummy.com/software/BeautifulSoup/bs4/doc/ +2. Python HTML parsing library, [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/). ## Scraper Output @@ -24,13 +24,13 @@ Scrapes the following information from forum posts: Edit `phpBB.py` and specify: - 1. `allowed_domains` +1. `allowed_domains` - 2. `start_urls` +2. `start_urls` - 3. `username` & `password` +3. `username` & `password` - 4. `forum_login=False` or `forum_login=True` +4. `forum_login=False` or `forum_login=True` ## Instructions: From within `/phpBB_scraper/`: