uliantsev-a / trades-analyser

Trading scrapper under the API and WEB interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trading scrapper and analyser on API and WEB interfaces

example for nasdaq.com
Install
pip install -r requirements.txt  
export FLASK_APP=app.py  

before other commands

DB migrate:
flask db init  
flask db migrate  
flask db upgrade  
Get start
flask run  
Scraping

use after migrate

flask scraping  

show options:

flask scraping --help  

Database Scheme

About

Trading scrapper under the API and WEB interfaces


Languages

Language:Python 98.3%Language:HTML 1.7%