Skip to content

ishika-mi/MailCheckScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This Scrapy spider scrapes domain names from the website mailcheck.ai categorized alphabetically.

Requirements

  • Python 3.x
  • Scrapy

Installation

  1. Create a virtual environment to isolate the project dependencies. Open a terminal or command prompt and navigate to the project directory.

    python3 -m venv myenv
    
  2. Activate the virtual environment:

    • For Windows:

      myenv\Scripts\activate
      
    • For Unix or Linux:

      source myenv/bin/activate
      
  3. Clone the repository to your local machine.

    git clone <REPOSITORY URL>
    
  4. Install the required Python packages using pip:

    pip install scrapy
    
  5. Run the scraper

    cd /MailCheckScraper/mailchimp_scraping/mailchimp_scraping/spiders
    scrapy crawl <spider name>
    scrapy crawl mailcheck
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published