Flask based scraper with API endpoints for stocks search. Data is scraped from TradingView.
Used as a backend for Portfolio Allocation
You can access the live demo here.
Install requirements
pip install -r requirements.txt
Run Flask Server
flask run