Closed aspacek closed 4 years ago
Added main.yml workflow file to the appropriate file path, I think. Now I have to wait for it to trigger and run, which should be Saturday March 28 at 4am MDT. We'll see what happens.
Edited main.yml file so that it worked with an edited main file I manually made (removing any human input requests), and it ran successfully. Now I've tried to use artifacts to have the workflow create the edited main file itself, and then run it. We'll see what happens in the morning.
Note: Next I'd like to add some sort of check on the output, to make sure the results look correct, and maybe to make sure the timing is reasonable.
Note: I'd also like to test all Python 3.x version, just to see if it works for all of them or if it's limited.
Got it working finally, on the below commit. I'm going to leave this open for now to address the 2 above notes: 1) output check, timing check 2) test all python 3.x versions
Adding another note:
Added output check for all 3 comparison systems, including timing checks. Added a test for all Python 3.x versions See below commit.
Still need to do (#)3 above: checking user following and user followers runs
Added basic checks for following and followers, but really need to do some serious thinking about how best to automate this workflow and check that the program is working. Commit below.
Trying to use main.yml to have the program running regularly and to make sure it's working. I barely know what I'm doing, so the goal is to try to get it actually working.