Skip to content

Cookiecutter Scrapy is a framework for jumpstarting production-ready Scrapy projects quickly.

License

Notifications You must be signed in to change notification settings

cuongnb14/cookiecutter-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-scrapy

Powered by Cookiecutter. Cookiecutter Scrapy is a framework for jumpstarting production-ready Scrapy projects quickly.

Introduction

This cookie cutter is a very simple boilerplate for starting a scrapy project have support mysql pipeline. It comes with basic project structure and configuration.

Features:

  • For Scrapy 1.5.1
  • Simple scrapy project with MySQL pipiline
  • Use docker for MySQL
  • Use Makefile
  • Integrate free proxy midleware
  • Integrate celery pipeline (option)
  • Integrate crontab for schedule

Usage

Step 1: Init project

cookiecutter https://github.com/cuongnb14/cookiecutter-scrapy.git

Step 2: Install requirements

make requirements

Step 3: Run mysql container

docker-compose up -d

Step 4: Test crawl

make crawl

About

Cookiecutter Scrapy is a framework for jumpstarting production-ready Scrapy projects quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published