Skip to content

Ed1123/dollar-price-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dollar Price

Dollar Price is a scraper for the USD/PEN exchange pair. It can work as a cli app or as an API with docker.

Installation

git clone https://github.com/Ed1123/dollar-price.git
cd dollar-price

Note

Project uses uv for packaging and dependency management. Follow installation instructions here

Run API server

uv run uvicorn main:app [--reload]

Access rates in: http://127.0.0.1:8000/rates Access documentation in: http://127.0.0.1:8000/docs

Run locally

uv run -m dollar_price

Test

uv run pytest

About

A scraper that gets rates for the pair PEN/USD in different online exchange houses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published