Skip to content

Looking for an App that automates your Meo WiFi login? Here it is! Just login with your Meo Account, press the button and voilà - an automated login on the Meo Network.

License

Notifications You must be signed in to change notification settings

Darguima/meo-wifi-auto-login

Repository files navigation

Meo WiFi Auto Login

Meo WiFi Auto Login is a project where you can automatically login to the Meo WiFi Hotspots, bypassing the annoying official Captive Portal. This project is also an open-source project so is possible anyone help since reporting bugs, writing code, documentation, giving ideas or just checking the homepage.

⭐ Don't forget to Starring ⭐

SpotHack


Table of Contents 🗃️

Download & Installation 📥📲

You can download this App in the Releases or build the code with some changes that you may want.

How it works? ⚙⚙

After installing the app, you will be guided through the initial setup. When finished, just be connected to a Meo WiFi Hotspot and press the button. The App will do the rest to connect you to the Internet. In the future, we want the app to be able to automatically connect you in the background.

Meo WiFi Auto Login is a GUI interface for my package meo-wifi-login-js.

Demo 🎥

design.mp4

Getting Started 🚀

Prerequisites

  • Git to clone the repository;

  • Yarn to install dependencies;

  • For run the project you will need the React Native Environment configured. You can follow the ReactNative Official Documentation;

Note: This project was only tested and developed for Android, so I don't know if it works properly in IOS. Is recommended that you run it in an Android Phone;
Cloning
$ git clone https://github.com/Darguima/meo-wifi-auto-login.git
$ git clone git@github.com:Darguima/meo-wifi-auto-login.git
Installing Dependencies
$ yarn

Setup 🛠️

  • To setup the application you can use:
yarn start
yarn android

At this moment you should have a Android Emulator running.

Building the APK

Generate a KeyStore 🔑

Fill in the required inputs (and remember the password):

$ keytool -genkey -v -keystore android/app/meo_wifi_auto_login.keystore -alias meo_wifi_auto_login -keyalg RSA -keysize 2048 -validity 10000

Edit the gradle ✏️

Edit the file android/app/build.gradle, changing storePassword and keyPassword to the previous password.

Assemble 🧑‍🏭

cd android
./gradlew assembleRelease
Based on this tutorial.

Technologies Used 💻


🚨 Disclaimer 🚨

This is not an official app from Meo Altice.

License 👨🏾‍⚖️

This project is licensed under the MIT License - see the LICENSE file for details.

About

Looking for an App that automates your Meo WiFi login? Here it is! Just login with your Meo Account, press the button and voilà - an automated login on the Meo Network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published