Skip to content

anuj6299/fastapi-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project build using FastAPI to scrape https://dentalstall.com/shop/

Prerequisite

Python 3.11.0

Project Specifications

Framework - FastApi
In memory database - Redis
Using requests library for scraping for this project (note - if project can comprise performance than selenium should be used here as website is using javascript)

How to run project?

  1. Download project
  2. (Recommended but not mandatory) Create virtual invironment

pipenv shell # or via any other method

  1. Install dependencies (make sure you are in currect directory which is base directory)

pip install -r requirements.txt

  1. Run server

uvicorn main:app --reload

About

Web Scraper built using fastapi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages