Skip to content

DrArtemi/scraper-site-manga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scraper-site-manga

This repository scrap information from manga teams websites to feed https://fuckjapscan.com/ website.

Project setup

conda env create -f environment.yml

Setup your databse

Add this lines to scrapy settings

Database

CONNECTION_STRING = 'sqlite:////path/to/database/fuckjapscan.db'

Image folder

IMAGES_STORE = '/path/to/images/'

Run specific spider

scrapy crawl spider_name

For example if you want to run FuryoSquad spider :
scrapy crawl furyosquad

Run all spiders

scrapyd-deploy to update egg.
scrapyd-client schedule -p sitemanga \* to run spiders.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages