Name | Modified | Size | Downloads / 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