Skip to content

OSUKED/Fire-Scrape

Repository files navigation

Fire-Scrape

CLI for creating web-scraping projects


Installation

The library can be pip installed using the following command

pip install git+https://github.com/AyrtonB/Fire-Scrape

Usage

Once installed the CLI can be used to create a new project using the following command.

python -m firescrape setup_project <project-name>

The following repository will then be created

project-name
├── .gitignore  
├── environment.yml  
├── README.md  
└── batch_scripts  
    ├── launch_lab.bat  
    ├── setup_env.bat  
    └── update_env.bat

About

CLI for creating web-scraping projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published