/terminal_selemium_replay

uses selemium to automate opening a replay file in the C1 games terminal playground

Primary LanguagePythonMIT LicenseMIT

MIT License


Logo

Terminal: Watch the replay file in firefox

uses selemium to automate opening a replay file in the C1 games terminal playground
View Demo · Report Bug · Request Feature

Table of Contents

  1. Getting Started
  2. Usage
  3. Contributing
  4. License
  5. Acknowledgements

Getting Started

Prerequisites

Installation

Once the preequisite tools are installed, you should be able to simply run the python script.

Usage

  • First, copy c1terminal.secret.example to c1terminal.secret and provide an email and password to use for selenium to login to Terminal.
  • Next, run
  python3 terminal_replay.py "replay file"

Demo

Demo

Demo running the selenium script to watch a replay. Click on it to enlarge.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements