OL
Olamyy/nairaland
About
This project is a Scrapy crawler for nairaland.
The spider crawls nairaland users, topics and comments and stores them into a mongo db.
The current structure is :
Topic
=====
PageID
View Count
User
====
Sex
Comment
=======
Text
Timestamp
Attachments
Quoted Text
Usage
-
Install requirements
pip install -r requirements.txt- Start the crawler
scrapy runspider nairaland_crawlerNote : You should edit the mongo details in nailand/settings.py if yours are different.