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
- Host: GitHub
- URL: https://github.com/R0land013/blue-nauta
- Owner: R0land013
- Created: 2022-12-27T22:20:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T21:56:27.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T20:44:50.906Z (9 months ago)
- Topics: login, python3, utility
- Language: Python
- Homepage:
- Size: 426 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
- cuban-opensource - blue-nauta - platform application to log in to the nauta network. (System / Desktop)
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.