Skip to content

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.

Notifications You must be signed in to change notification settings

mertbilgic/BrokenImageChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published