https://github.com/beaverhouse/ba-torment-data-processing
Data processing script for BA Torment
https://github.com/beaverhouse/ba-torment-data-processing
Last synced: 5 months ago
JSON representation
Data processing script for BA Torment
- Host: GitHub
- URL: https://github.com/beaverhouse/ba-torment-data-processing
- Owner: BeaverHouse
- License: mit
- Created: 2025-03-27T13:15:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T14:47:08.000Z (9 months ago)
- Last Synced: 2025-03-27T14:48:21.902Z (9 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Data processing script for BA Torment
## Description
Python script to update the data of the [BA Torment](https://bluearchive-torment.netlify.app/) website.
- Used `uv` to manage the dependencies.
- Used `polars` to read and write the CSV data.
- Implemented the logic via [vibe coding](https://en.wikipedia.org/wiki/Vibe_coding), with Cursor.
## Documentation
- [Commands for local development](./docs/local-commands.md)
## Contributing
See the [CONTRIBUTING.md](./CONTRIBUTING.md).