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`