mirror of
https://github.com/NohamR/phpBB-forum-scraper.git
synced 2026-02-21 18:15:43 +00:00
3f6be6c3b687e64356261491a0fd46a584ba3b33
phpBB Forum Scraper
Python-based web scraper for phpBB forums. Project can be used as a template for building your own custom Scrapy spiders or for one-off crawls on designated forums. Please keep in mind that aggressive crawls can produce significant strain on web servers, so please throttle your request rates.
Requirements:
- Python web scraping library, Scrapy.
- Python HTML/XML parsing library, BeautifulSoup.
Scraper Output
The phpBB.py spider scrapes the following information from forum posts:
- Username
- User Post Count
- Post Date & Time
- Post Text
- Quoted Text
If you need additional data scraped, you will have to create additional spiders or edit the existing spider.
Edit phpBB.py and Specify:
allowed_domainsstart_urlsusername&passwordforum_login=Falseorforum_login=True
Running the Scraper:
cd phpBB_scraper/
scrapy crawl phpBB
# scrapy crawl phpBB -o posts.csv
NOTE: Please adjust settings.py to throttle your requests.
Description
Languages
Python
100%