meanother / parsing_service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulse parser

Initialize

git clone https://github.com/meanother/parsing_service.git; \
cd parsing_service; \
python3 -m venv env; \
source env/bin/activate; \
pip install -r req.txt

Run pulse parser

python run_pulse.py

Run openinsider parser

python run_openisider.py

Log

tail -f parser-service.log
tail -f openinsider-service.log

Result

select * from pulse_parser pp;
select * from openinsider os;

About


Languages

Language:Python 100.0%