The system covered in this repositry is with regards to the scraper component of Xandria.
Install requirements:
pip3 install -r requirements.txt
Run:
celery -A tasks worker
uvicorn main:app --reload
Visit: http://localhost:8000/
A scraper to assist in extracting valuable information from internet resources to be hosted by the Xandria platform.
Python
The system covered in this repositry is with regards to the scraper component of Xandria.
Install requirements:
pip3 install -r requirements.txt
Run:
celery -A tasks worker
uvicorn main:app --reload
Visit: http://localhost:8000/