Skip to content

vatsalyrajyaguru/wallethub_scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, I'm Vatsaly! 👋

  • Wallethub scraping

License Python Scrapy

Overview

  • This project What is it for ? and what problem does it API pagination solve.

Features

  • A code should be easy to understand.
  • A programmer should write simple code, which is easily readable by the users.
  • A code is fast ,efficient and simple.

Prerequisites

  • These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes. What software and tools do users need to install before getting started?

    • first install python latest version.

    • Download ide like vs-code (any other your favorite ide). -https://code.visualstudio.com/download

    • Download some library for this project.

    • And download command is

      pip install <package name or library name>
      • scrapy
      • json

Usage

  • Explain how to use your Scrapy project:

    • Download project and run spider.
    • spider run command is :
      scrapy crawl your_spider_name
    • Storing the scraped data. The simplest way to store the scraped data is by using Feed exports, with the following command:
        scrapy crawl your_spider_name -O file_name.json

🔗 Links

linkedin

Feedback

About

This project is data scraping on Wallethub website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages