I have a Flask web hosting with no access to cron command.
cron
How can I execute some Python function every hour?
You might want to use some queue mechanism with scheduler like RQ scheduler or something more heavy like Celery (most probably an overkill).