A simple tool for Yandex.Taxi report parsing and visualization
- Publish YandexTaxiDataAnalyzer.Cli.NetCore project
dotnet publish -r win10-x64 -c Release
or download binary files.
- Create appsettings.json file with your data:
{
"ApplicationCoreConfiguration": {
"ImapHost": "imap.test.com",
"ImapPort": 993,
"ImapLogin": "test@test.com",
"ImapPassword": "password",
"LogDirectoryName": "logs",
"OutputFileName": "yandex-taxi-stats.json"
}
}
- Run YandexTaxiDataAnalyzer.Cli.NetCore.exe
- Copy yandex-taxi-stats.json to YandexTaxiDataAnalyzer.Visualization directory and open index.html