new92 / IGFI

πŸ€– IGFI: InstaGram Followers Increaser πŸ“ˆ | Written in Python 🐍 | Don't forget to ⭐ the repo !
https://github.com/new92/IGFI
MIT License
202 stars 56 forks source link
automated automation bot github igfi instagram instagram-api instagram-bot instagram-followers instagram-scraper python python-3 python-script python3 script
Logo

Codacy Badge Number of files Code size Followers Forks Stars Open issues Closed Issues Open pull requests Closed pull requests Discussions Contributors Language

With IGFI, you can effortlessly increase their followers by simply logging in. It works seamlessly for both private and public accounts. Upon the initial use, you can gain up to 50 followers! Subsequent uses typically result in an addition of 25-30 followers. To maintain account safety, it is recommended to use the script every two (2) days to prevent potential blocking. The script also provides valuable information, including the number and the usernames of the followers added.

If you find this repository helpful, please consider giving it a star and/or forking it. Your support encourages me to keep sharing similar repositories. If you encounter any issues, have suggestions, or simply didn't like the script, feel free to contact me anytime at this email address, or start a discussion, or open an issue. Any form of feedback is welcome and appreciated (please refrain from using vulgar language).

github-stats-card

Potential feature πŸš€

Urls πŸ”—

Author ✍️

Installation πŸ“₯

Linux 🐧

sudo su
git clone https://github.com/new92/IGFI
cd IGFI
sudo pip install -r ./files/requirements.txt
python3 ./cookies.py # this command will generate the value for the <path_to_session_file>
python3 ./igfi.py -u <username> -p <password> --session <path_to_session_file>

Windows πŸͺŸ

git clone https://github.com/new92/IGFI
cd IGFI
pip install -r ./files/requirements.txt
python3 cookies.py # this command will generate the value for the <path_to_session_file>
python3 igfi.py -u <username> -p <password> --session <path_to_session_file>

MacOS 🍎

git clone https://github.com/new92/IGFI
cd IGFI
python -m pip install -r ./files/requirements.txt
python3 ./cookies.py # this command will generate the value for the <path_to_session_file>
python3 ./igfi.py -u <username> -p <password> --session <path_to_session_file>

Docker πŸ‹

git clone https://github.com/new92/IGFI
cd IGFI
python3 ./cookies.py # this command will generate the value for the <path_to_session_file>
docker build -t igfi .
docker run -e DOCKER_CONTAINER=true -e USERNAME=<username> -e PASSWORD=<password> -e SESSION=<path_to_session_file> -p 4000:4000 -it igfi

Virtual environment setup πŸ’»

Windows πŸͺŸ

git clone https://github.com/new92/IGFI
cd IGFI
python -m venv igfi
.\igfi\scripts\activate
pip install -r ./files/requirements.txt
python3 cookies.py # this command will generate the value for the <path_to_session_file>
python3 igfi.py -u <username> -p <password> --session <path_to_session_file>

Linux 🐧 / MacOS 🍎

git clone https://github.com/new92/IGFI
cd IGFI
python -m venv igfi
source venv/bin/activate
pip install -r ./files/requirements.txt
python3 ./cookies.py # this command will generate the value for the <path_to_session_file>
python3 ./igfi.py -u <username> -p <password> --session <path_to_session_file>
Virtual environment deactivation πŸ“­
Windows πŸͺŸ

.\venv\Scripts\deactivate

Linux 🐧 / MacOS 🍎

deactivate

Update πŸ”„οΈ

cd <path_to_script>/IGFI
git pull

Features πŸš€

Tested on πŸ”Ž

OS Linux Windows MacOS
-> Kali
-> 10
-> 11

Screenshots πŸ“Έ

Photos of the script can be found at this url

Contributing 🀝

Contributions are always welcome !

See contributing.md for ways to get started.

Please adhere to this project's code of conduct. For more info please check the CODE_OF_CONDUCT.md file

Feedback πŸ’­

If you have any feedback, please reach out to us at this email address.

Feel free to contact us anytime ! You'll get a reply within a day. Please avoid abusive or offensive language. If you are reporting a bug or making a suggestion please make sure your make it as detailed as possible.

FAQ πŸ€”

Question 1

Answer ➑️ This error can be resolved by simply executing the cookies.py script and running the script again.

Question 2

Answer ➑️ You can report a bug by creating an issue or by emailing us at this email address. Please feel free to include screenshots, the error which is being displayed, the OS you are using, your default browser etc. Any other additional info will be appreciated and will help to resolve the bug faster

Question 3

Answer ➑️ No, not at all! It's similar to asking if following and unfollowing an account is illegal, even though Instagram doesn't recommend using this technique to increase your followers.

Question 4

Answer ➑️ Only if you're using a very old version of Instagram. But the script has been tested in several accounts and none of them got blocked.

License πŸ“œ

License