forked from lukaszett/Knack-Scraper
Small dockerized tool to regularly scrape http://knack.news and write all posts to an sqlite database.
| scrape | ||
| transform | ||
| .gitignore | ||
| docker-compose.yml | ||
| Makefile | ||
| README.md | ||
Knack-Scraper does exacly what its name suggests it does. Knack-Scraper scrapes knack.news and writes to an sqlite database for later usage.
Example for .env
NUM_THREADS=8
NUM_SCRAPES=100
DATABASE_LOCATION='./data/knack.sqlite'
Run once
python main.py