Skip to content

amirdks/web_scraping_project

Repository files navigation

Web Scraoing Using Python,Django,Celery,Redis

a proejct for data extraction with python and web scraping from divar, jobinja and linkedin with different methods

Installation

create venv and run project

  python -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt
  python manage.py makemigrations
  python manage.py migrate
  python manage.py createsuperuser
  python manage.py runserver

point : check your redis service

run celery and celery beat for auto fetching data from sites

  celery -A core worker -l INFO
  celery -A core.app beat

And enjoy using it :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published