An open API service indexing awesome lists of open source software.

https://github.com/haaroon/bleepingcomputerscraper

Scrapes the forum from bleeping computer
https://github.com/haaroon/bleepingcomputerscraper

Last synced: 2 months ago
JSON representation

Scrapes the forum from bleeping computer

Awesome Lists containing this project

README

        

# bleepingComputerScraper
Scrapes the forum from bleeping computer

1. Download this repo

2. pip install scrapy scrapy_useragents pymongo

3. download docker image for mongo
docker pull mongo

4. run mongo

docker run --name some-mongo -v /data/data1/bleeping/mongodb:/data/db -p 27017 -d mongo

5. run scraper

scrapy crawl forum_post_scraper