Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python and Godaddy
#1
Hello guys,

Basically I've made a program that generates an HTML file based on information in a CSV. This works locally and I'm looking to apply it to my godaddy site and get it to run on a schedule.

The idea is, is that I then automate the import of the reports (CSV's) into the file manager on the site and then this program will run on a schedule so it kind of auto-refreshes/overwrites the old HTML files.

My problem is deploying it. The Godaddy support team members (Yes, multiple) that I spoke to were all less than useless. One said I just needed to put the file in the file manager and it would run automatically after 2 hours.

Just to clarify. The godaddy site is accessed through the cPanel, the python script is written in base python with the CSV module also being used.

Thanks to anybody who can help.

Yours,
Jamie
while dad_has_cigs == True:
    happiness = True
    if dad_has_cigs == False:
    print("Dad come home!")
    happiness = not happiness
    break
Reply


Messages In This Thread
Python and Godaddy - by jamesaarr - Aug-25-2021, 08:01 AM
RE: Python and Godaddy - by ndc85430 - Aug-27-2021, 05:37 AM
RE: Python and Godaddy - by jamesaarr - Aug-27-2021, 08:53 AM
RE: Python and Godaddy - by snippsat - Aug-27-2021, 01:29 PM
RE: Python and Godaddy - by jamesaarr - Aug-27-2021, 03:27 PM
RE: Python and Godaddy - by ndc85430 - Aug-27-2021, 03:23 PM
RE: Python and Godaddy - by ndc85430 - Aug-27-2021, 03:52 PM
RE: Python and Godaddy - by snippsat - Aug-27-2021, 04:03 PM
RE: Python and Godaddy - by SamHobbs - Sep-06-2021, 12:44 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020