An open API service indexing awesome lists of open source software.

https://github.com/R0land013/blue-nauta

A multi platform app to log in nauta network
https://github.com/R0land013/blue-nauta

login python3 utility

Last synced: about 1 month ago
JSON representation

A multi platform app to log in nauta network

Awesome Lists containing this project

README

        

# Blue Nauta

Blue Nauta is a client app to make easy the process of logging in and logging out from the Nauta Captive Portal.

It aims to be multi platform. I created this tool because I change from Windows to Linux, and now I do not have a tool for logging in.

When I was a Windows user I used [this client](https://micuentanauta.github.io/).

The core of this app is the [nautapy package](https://github.com/atscub/nautapy), created by [ATS](https://github.com/atscub).

## Run from source

Installing dependencies:

```
# You could do this on virtual environment

# For Windows
pip install -r requirements.txt

# For Linux
pip3 install -r requirements.txt
```

Running the app:

```
# For Windows
python main.py

# For Linux
python3 main.py
```

## Contributing

Open an issue if you found a problem or if you want to make a suggestion. You can do a pull request if you wish to add new features or fix bugs.