Skip to content

CryceTruly/fastapi-web-scrapper-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-web-scrapper-rest-api

  • A simple web page meta data scrapper service

Setup Instructions

Requirements

  • Python3
  • pipenv to manage the dependencies

Install Instructions

  1. git clone https://github.com/CryceTruly/fastapi-web-scrapper-rest-api.git
  2. cd fastapi-web-scrapper-rest-api
  3. Install dependencies with pipenv install
  4. Run the dev server using python debug_server

dependencies

  • bs4 for parsing html
  • fastapi to server the app over rest
  • requests to make http requests

About

fastapi web scrapper rest api app for youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages