Skip to content
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

2023 / 2024 schedule out yet available? #53

Open
savagegeek22 opened this issue Jul 26, 2023 · 10 comments
Open

2023 / 2024 schedule out yet available? #53

savagegeek22 opened this issue Jul 26, 2023 · 10 comments

Comments

@savagegeek22
Copy link

Just curious how ya'll create your schedules easily if there is a way? Guess no one has an updated schedule out yet. Thanks

@rbiddle
Copy link

rbiddle commented Jul 26, 2023

Are you on the discord? I make an excel file each year to generate SQL for the update and just posted it there.

https://discord.gg/mByMgc7n

@savagegeek22
Copy link
Author

Ok. Thank you rbiddle.

@savagegeek22
Copy link
Author

savagegeek22 commented Jul 27, 2023 via email

@parenttechnology
Copy link

Can anyone post their 2023 schedule here?. I also tried Discord and verified. Was not able to located the file. A SQL export preferred...

@thewizardoffoss
Copy link

fetchSchedule.php.zip

This is a page that I wrote it scrapes the games/times from ESPN. There's a debug flag towards top of the code that just echos the output into the browser if set to true, if set to false it deletes all data from picks/ picksummary / schedule tables and then dumps new schedule into the schedule table.

I've used it for a few years and figured I would share it here as people seem to have this question every year.

** Use at your own risk. I recommend a full DB backup before running something like this. **

@parenttechnology
Copy link

Perfect! I will try it out!

@searnhardt
Copy link

searnhardt commented Aug 21, 2023 via email

@savagegeek22
Copy link
Author

Wow thewizardoffoss, THANK YOU!!!
Thank you so much for your effort on this.

@elwerto
Copy link

elwerto commented Aug 30, 2023

Here's my version of the build schedule with the espn api to run from command line.

Also de SQL for this 2023-2024 season, pay attention to the collate version of your DB, mine is COLLATE utf8_general_ci.

I hope it helps.
buildSchedule2_ElWert0.txt
SQL_nfl_schedule_2023_by_elWert0.txt

@jimmz86
Copy link

jimmz86 commented Sep 6, 2023

Here's my version of the build schedule with the espn api to run from command line.

Also de SQL for this 2023-2024 season, pay attention to the collate version of your DB, mine is COLLATE utf8_general_ci.

I hope it helps. buildSchedule2_ElWert0.txt SQL_nfl_schedule_2023_by_elWert0.txt

the gametime is off by 1 hour,

UPDATE nflp_schedule
SET gameTimeEastern = DATE_ADD(gameTimeEastern, INTERVAL 1 HOUR);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants