Skip to content

alasgarovs/instagram-fake-apk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram login app for android devices

This simple application written by Kivy framework of Python language and KivyMD for logging into instagram. This is a fake instagram login app.

instagram

Features

  • 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.

Installation and Usage

  1. Clone the repository.
git clone https://github.com/alasgarovs/instagram-fake-apk.git
  1. Install the required dependencies.
pip install -r requirements.txt
  1. 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
  1. 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

Disclaimer

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.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

Releases

No releases published

Packages

No packages published