doksan 0.0.2 copy "doksan: ^0.0.2" to clipboard
doksan: ^0.0.2 copied to clipboard

outdatedDart 1 only

A simple console application that enables hackers to get latest soccer scores and fixtures.

doksan #

A simple console application that enables hackers to get latest soccer scores and fixtures. At the present moment, doksan only supports 18 teams that consist Turkish Super League. All data is being parsed from http://www.livesoccertv.com/.

Usage #

This application is pure Dart and works on only Dart VM.

Flags and Options: #

Option: -l, --league: Specify which league you want to get information about. Must be provided.
Option: -t, --team: Specify which team you want to get information about. Optional.
Flag: -r, --isResults: Get previous results or not. When used with a team name, it returns results of last 5 games.
Flag: -f, --isNextMatches: Get next games or not. When used with a team name, it returns next 5 games.

Sample Usage: #

Sample Input:

dart main.dart -l tr -t trabzonspor -f

Sample Output:

Feb 11  8:00 Osmanlıspor vs Trabzonspor
Feb 20 12:00 Trabzonspor vs Alanyaspor
Feb 26 13:00 Konyaspor vs Trabzonspor
Mar  5 13:00 Trabzonspor vs Karabükspor
Mar 12 14:00 Akhisar Belediyespor vs Trabzonspor

TODO #

  • Get scorer information for games.
  • Styling for proper listing of games.
  • Leagues and teams data other than Turkish League.
  • League information, fixtures, results.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A simple console application that enables hackers to get latest soccer scores and fixtures.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, html, http

More

Packages that depend on doksan