alexfdezsauco / Nothing.Nauta

The ultimate dotnet API to manage ETECSA nauta sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing.Nauta

The ultimate dotnet API to manage ETECSA nauta sessions

Build Status

Quality Gate Status Lines of Code Coverage

Branch Status
master Build Status
develop Build Status

Contributions

This is an open-source project, so your contributions are welcome. You can get in touch by:

Nothing.Nauta Example Applications

Nauta Session CLI

nauta-session is command line tool to manage ETECSA nauta sessions built on top Nothing.Nauta.

Install

  1. Download the latest version from the releases page depending on your operating system.

  2. Add the nauta-session executable file to your system path.

If you select a non-self-contained assets you must install the dotnet runtime first.

Usage

nauta-session [command] [options]

Commands

Save Credentials

To save credentials use the credentials command as follow:

> nauta-session credentials --username %USERNAME% --password %PASSWORD%

Actually, it is also possible save multiple credentials with alias:

> nauta-session credentials --username %USERNAME% --password %PASSWORD% --alias %ALIAS%

Open Nauta Session

To open a nauta session use the open command as follow:

> nauta-session open

In order to open a session with credentials saved with an alias you could use a command as follow:

> nauta-session open --alias %ALIAS%

Query Remaining Time From Nauta Session

To query remaining time from the nauta session use the time command as follow:

> nauta-session time

Close Nauta Session

To close a nauta session use the close command as follow:

> nauta-session close

Nauta Session App

nauta-session-app is an application to manage ETECSA nauta sessions built on top Nothing.Nauta.

Nauta Session

Install

  1. Download the latest version from the releases page depending on your operating system.

The app is not ready to be published in official stores like Google Play Store, Apple Store, but it will be available soon.

About

The ultimate dotnet API to manage ETECSA nauta sessions


Languages

Language:C# 88.0%Language:HTML 6.9%Language:CSS 5.1%