-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gameweek start day #651
Comments
We don't currently have a command-line way of doing this (though it could be an easy/fun thing for someone to put in), but it's possible via a couple of commands at the python prompt:
should hopefully give an ordered list of fixture times for the upcoming gameweek.
|
Awesome, I didn't realize that the transfer deadline was always linked to the first match of the gameweek. This makes it alot easier, I was thinking of using crontab to schedule the task and then the task will update the cronjob for the following week. Do you have any advice or suggestions for me? EDIT: |
Yep, that could make sense - would protect against being caught out by midweek or Friday deadlines! I'm not really an expert on crontab, but it seems a sensible tool for the job, as long as you have a machine that is online at the necessary times. The other alternative if that isn't the case could be some sort of cloud-based serverless compute (Amazon Lambda or Azure Functions)? |
Is there currently a way to check the start day of a given game week? I'm working on automating the transfer process to run the pipeline periodically but the game weeks don't start on the same day or time each week.
The text was updated successfully, but these errors were encountered: