Skip to content
View ZephyrBlu's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Shopify
  • London
  • 08:06 (UTC +01:00)

Sponsoring

@awesomekling
@cpojer
@kaleidawave
@jamii
Block or Report

Block or report ZephyrBlu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sc2.gg sc2.gg Public

    TypeScript 3

  2. sc2-search-api sc2-search-api Public

    TypeScript 1

  3. rust-parser rust-parser Public

    Rust 1

  4. zephyrus-sc2-parser zephyrus-sc2-parser Public

    A parser for .SC2Replay files

    Python 37 9

  5. sc2-build-tokenizer sc2-build-tokenizer Public

    An NLP-like library for splitting SC2 builds into tokens (Sequences of buildings)

    Python 2

  6. Simple script for analyzing your rep... Simple script for analyzing your replays
    1
    from pathlib import Path
    2
    from zephyrus_sc2_parser import parse_replay
    3
    
                  
    4
    # change this to match the directory you're using
    5
    replays = Path('replays')