Skip to content

fetch content through URL and save it to a json file using python Scrapy scrapper

Notifications You must be signed in to change notification settings

diwamishra21/Python-URL-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Objective-
to fetch content of URL and save it to a json file

# Directory structure-

# spiders-
this folder contains main file of scrapper ie. clinicaltrial.py

# scrapped_data-
this folder contains files which has extracted content

# How to run-
1. create project using scrapy by command
scrapy startproject tutorial
2. copy ur main python scrapper file(pythonscrapper.py) inside spiders folder of created project

# reference for scrapy-
https://docs.scrapy.org/en/latest/intro/tutorial.html

About

fetch content through URL and save it to a json file using python Scrapy scrapper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages