Download Latest Version Version 1.1 source code.zip (8.1 kB)
Email in envelope

Get an email when there's a new version of TradingView Chart Data Extractor

Home / Release
Name Modified Size InfoDownloads / Week
Parent folder
tradingview-data-heroku-v1.1.zip 2019-03-25 8.1 kB
README.md 2019-03-25 485 Bytes
Version 1.1 source code.tar.gz 2019-03-25 7.0 kB
Version 1.1 source code.zip 2019-03-25 8.1 kB
Totals: 4 Items   23.8 kB 5

Unzip, open terminal/cmd prompt in the folder, and run the following:

pip3 install virtualenv
python3 -m venv .
source bin/activate
pip3 install -r requirements.txt
git init
heroku create
heroku git:remote -a projectname
heroku stack:set heroku-16
heroku buildpacks:add https://github.com/jontewks/puppeteer-heroku-buildpack.git
heroku buildpacks:add heroku/python
git add .
git commit -am 'fix'
git push heroku master
Source: README.md, updated 2019-03-25