Analysis updated 2026-08-16 · repo last pushed 2018-04-16
Collect and save Korean basketball player statistics automatically
Track game schedules and team rosters from the KUSBF website
Build a basketball analytics dashboard with up-to-date league data
Maintain a historical record of Korean basketball results
| jason9693/kusbf_crawler | 0verflowme/learnings | 0verflowme/r2ai | |
|---|---|---|---|
| Language | Python | Python | Python |
| Last pushed | 2018-04-16 | 2022-06-18 | 2025-11-19 |
| Maintenance | Dormant | Dormant | Quiet |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
No README or documentation is included, so users must read the Python source code directly to identify dependencies and figure out how to run the crawler.
The repository kusbf_crawler is a web crawler built in Python. Based on its name, it appears designed to automatically collect data from the website of the Korean Union of Basketball Federations (KUSBF), which is the governing body for basketball in South Korea. Web crawlers are tools that visit websites and gather information automatically, much like a person browsing pages and copying down details by hand, but at a much faster pace. In this case, the tool likely navigates the basketball federation's site to extract structured data such as player statistics, game schedules, or team rosters. The gathered information is then saved in a format that makes it easy to review or use elsewhere, such as in a spreadsheet or database. This kind of tool would be useful for sports analysts, journalists, or fans who want to track Korean basketball statistics without manually looking up and recording each piece of information. For example, someone building a basketball analytics dashboard or maintaining a historical record of league results could use a crawler to keep their dataset current with minimal ongoing effort. The repository does not include a README file, so it does not provide documentation on how to set up or run the crawler. Details about its specific features, data output formats, or dependencies are not described, which means users would need to look directly at the Python code to understand how it works and what is required to use it.
A Python web crawler that automatically collects data from the Korean Union of Basketball Federations (KUSBF) website, such as player stats, game schedules, and team rosters.
Mainly Python. The stack also includes Python.
Dormant — no commits in 2+ years (last push 2018-04-16).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.