Best Flask open-source libraries and packages

BrokenImageChecker

Bu projenin amacı background task ile web scraping yapılması ve task tamlandığında sonucunun websocket yardımı ile arayüzde görüntülenmesini sağlamaktır.
Updated 3 years ago

BrokenImageChecker

Dependencies: Python 3.8.0, Pip, Virtualenv, Npm, Rabbitmq, MongoDB

Create virtual environment

git clone https://github.com/mertbilgic/BrokenImageChecker
cd BrokenImageChecker
virtualenv venv

Install depedencies

$ source venv/bin/activate
$ pip install -r requirements.txt

Install Styles and Scripts

cd static
$ npm install

Start

$ python run.py 
$ celery worker -A task.views.celery --logleve=info