- Setup Heroku Account
- Free tier consist of
5 appswith 2 dynos each Dynosare like single python programs, One single project can contain multiple dynosMax 2 dynoscan be runconcurrently- Check the usage https://dashboard.heroku.com/account/billing
- Once you add a
credit cardyou will get1000 FREE dyno hoursper month - You can also add
FREE add onslikeSchedulerswhen you add a credit cardNo extra charge - If not provide any credit card, then only
550 FREE dyno hours - PS: You cannot add Indian Credit/Debit as of now, due to
RBI Restriction - Kindly get any other dubai/us/canadian credit card to activate these
FREE Features
- One
PythonFile/Node Js - One
Procfilewithout Extensions - One
requirements.txtfile with modules name and version - one
runtime.txtexplaining which python/node to be installed in the cloud.
- <service_name> : <path_to_the_program>
fetch_service: python fetch_firebase_data.py
delete_service: python delete_firebase_data.py
requests==2.25.1
firebase-admin==3.1.0
pathlib==1.0.1
fyers-apiv2==2.0.5
requests-html==0.10.0
pandas==0.25.1python-3.7.13