# filtering **Repository Path**: carewb/filtering ## Basic Information - **Project Name**: filtering - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2025-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # filtering ## About This project is used to crawl and analyze info from web sites. The name 'filtering' is from a book named 'The Inevitable' from Kevin Kelly. ## Requirements 1. Python >= 3.7 ## Usage 1. Clone this project 2. Create python virtual environment: ``` cd filtering python3 -m venv pyenv source ./pyenv/bin/activate ``` 2. Install python packages: ``` pip install wheel pip install -r ./filtering/requirements.txt ``` 3. Rename file `filtering/filtering/settings.py.bak` to `filtering/filtering/settings.py` and set your sql account info in `settings.py` 4. Run the cmd to start server: ``` export FILTERING=$PWD supervisord -c ./filtering/supervisord.conf ```