Skip to content

AdamMisiak/Price_scraper

Repository files navigation

Price scraper

Website presenting actual prices(API) and value of users assets (Btc,Xrp,Gold) created with Flask. App was created as a project in TechLeaders.eu program.

Table of contents

Technologies

  • Python version: 3.7

Setup

To install libraries:

pip install -r requirements.txt

To run app locally:

docker-compose up --build

After building 2 Dockerfiles app will be started.
For main app:

http://localhost:12345/

For prices of assets in json format:

http://localhost:23456/

"CORS" browser plugin recomended for proper prices displaying.

Contact

Created by Adam Misiak

About

Application to present current cryptocurrency prices and asset values of users. The application was created as a project in the TechLeaders.eu program.

Topics

Resources

Stars

Watchers

Forks