Skip to content

kophy/stackoverflow-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackoverflow-crawler

A toy web crawler to play with Scrapy and MongoDB.

Basically just followed this tutorial.

1. Run Spider

cd stack  
scrapy crawl stack

2. View Record in MongoDB

mongo
use stackoverflow
db.questions.find()

About

A toy spider to play with Scrapy and MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages