I made a Python script for Twitter using the Twitter API. It reads and writes to files, but small sized text files, only a few hundred lines of text, like 30kB.
I have been running this script on my computer for a while now, but I would prefer to have it run somewhere else and at specific times of the day. How can I do that?
Are there any free options for me to run the script remotly?