A Python tool to fetch, parse, and save live NBA and NFL scoreboard data from ESPN’s public APIs. Exports data into JSON and CSV for analytics, dashboards, or downstream automation.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
feat(events): update events.json structure and add detailed event information
90bf900View on GitHubdocs(storage): update docstring for save_to_csv function to include detailed arguments and return information
da6232aView on GitHubfix(storage): move save_to_csv function to the correct indentation level
0daf17eView on GitHubrefactor(main): add help description to storage argument in argparse
66df874View on GitHubrestructure(main): create main() and move calls into the function. Call the main function
50940f0View on GitHubrefactor(main): import save_to_csv for CSV storage option and add argparse
fa05ac0View on GitHubchore(readme): add initial documentation for Sports Data Extractor
23cae78View on GitHubrefactor(events): update events.json with new event data and modify projects.log for consistency
53ecd21View on GitHub