A crawler for stackoverflow.com's latest 5000 questions by tag
A Crawler for stackoverflow.com’s latest 5000 questions by tag
Clone the repository
Install the requirements
pip install -r requirements.txt
Run the crawler
scrapy crawl sof
Clone the repository
Run docker-compose
docker-compose up -d --build
After this processes latest 5000 questions will be inserted to sof.db database file.