Skip to content

tb/urlscraper-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlscraper

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

fastapi dev app/main.py

Testing

cd app
pip install pytest requests-mock httpx difflib
pytest

with watch

cd app
pip install pytest-watch
ptw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published