Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdgroot/travian-cli
https://github.com/tdgroot/travian-cli
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdgroot/travian-cli
- Owner: tdgroot
- License: osl-3.0
- Created: 2016-08-20T09:55:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T19:41:33.000Z (about 8 years ago)
- Last Synced: 2023-07-16T02:35:28.481Z (over 1 year ago)
- Language: PHP
- Size: 2.77 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Travian-CLI
Travian-CLI is a CLI for the online game Travian. Current aims are:
* 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-gameTravian-CLI is currently incomplete and under development.
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.
### Installation
**The composer way**
- 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 [email protected]:Desmaster/travian-cli.git`
- In that directory, run command `composer install`
- Then run the application using `app/console`### Requirements
- php >= 7.0
- composer### Developed using
- php >= 7.0
- linux kernel >= 4.4