A web scraping tech for monitoring crime news in Nigeria
# A Surveilance system for Naija Crime Watch — Step 1 (RSS → SQLite)
This step sets up a minimal, reliable pipeline to pull Nigerian news via RSS into a local SQLite database. Later steps add enrichment (tags/locations), a web blog UI, and alerts.
## Quickstart
1. **Clone & enter**
```bash
git clone survelance_system
cd survelance_system