2017 © Pedro Peláez
 

library travian-cli

Travian client

image

timpack/travian-cli

Travian client

  • Monday, September 5, 2016
  • by tdegroot96
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Travian-CLI

Travian-CLI is a CLI for the online game Travian. Current aims are:, (*1)

  • Being able to read data from the game to either CSV or human-readable form
  • Being able to give all commands one would be able to give in-game

Travian-CLI is currently incomplete and under development., (*2)

Travian-CLI uses Composer. Having installed composer, one should run composer install in the root directory of this project in order for the program to function properly., (*3)

Installation

The composer way, (*4)

  • Run command composer global require timpack/travian-cli
  • Add directory ~/.config/composer/vendor/bin to your $PATH variable

The git way - Run command git clone git@github.com:Desmaster/travian-cli.git - In that directory, run command composer install - Then run the application using app/console, (*5)

Requirements

  • php >= 7.0
  • composer

Developed using

  • php >= 7.0
  • linux kernel >= 4.4

The Versions