Skip to content

Repository containing Python scripts for Instagram scraping. The scraper works for both public and private accounts.

License

Notifications You must be signed in to change notification settings

brxndonroux/InstaTools

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo

InstaTools 🧰

InstaTools is a variety of tools intended for Instagram. Each one of them automates actions which manually would take a huge amount of time (Especially if the target user has a big amount of followers). These tools can also be used for researching purposes (like when you want to know how many users follow verified accounts). But keep in mind that using InstaTools too often can get your account suspended (or even blocked !). So avoid using it too often.

If you like this repository feel free to star and/or fork it. It helps me to continue uploading these types of repositories. If you didn't like it and/or found a bug or you have a suggestion please feel free to contact me at anytime at this email address. Or create a discussion. Or open an issue. Any type of feedback is welcome and appreciated. (Please do not use any vulgar vocabulary)

Urls πŸ”—

Authors ✍️

Badges πŸ“›

Codacy grade

GitHub issues

GitHub closed issues

GitHub pull requests

GitHub closed pull requests

GitHub Discussions

GitHub code size in bytes

GitHub repo file count (file type)

GitHub repo size

GitHub followers

GitHub Repo stars

GitHub forks

GitHub watchers

GitHub language count

GitHub top language

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 using abusive or offensive language. If you are reporting a bug or making a suggestion please make sure your report/suggestion is as much detailed as possible.

Features πŸ†•

  • More tools / scripts
  • Fix bugs

FAQ πŸ€”

Question 1

  • Will my account get blocked by using these scripts ?

Answer ➑️ Absolutely not. These tools are using publicly available information which can be accesed by any user and they're not being used for illegal purpose so No your account can't get suspended / blocked.

Question 2

  • Geting error while trying to log in ?

Answer ➑️ This error can be resolved by simply logging in to your account, do the Instagram verification tests and run again the script.

Installation πŸ“₯

Linux 🐧

  sudo su
  git clone https://github.com/new92/InstaTools
  cd InstaTools
  cd <THE FOLDER IN WHICH IS LOCATED THE SCRIPT YOU WANT TO USE>
  sudo pip install -r requirements.txt
  python3 <THE NAME OF THE SCRIPT>.py

Windows πŸͺŸ

  git clone https://github.com/new92/InstaTools
  cd InstaTools
  cd <THE FOLDER IN WHICH IS LOCATED THE SCRIPT YOU WANT TO USE>
  pip install -r requirements.txt
  python3 <THE NAME OF THE SCRIPT>.py

MacOS 🍎

  git clone https://github.com/new92/InstaTools
  cd InstaTools
  cd <THE FOLDER IN WHICH IS LOCATED THE SCRIPT YOU WANT TO USE>
  python -m pip install requirements.txt
  python <THE NAME OF THE SCRIPT>.py

Update πŸ”„οΈ

   cd <path_to_script>/InstaTools
   git pull

License πŸ“œ

License

Screenshots πŸ“Έ

Photos of the script can be found at the Photos folder inside every directory

About

Repository containing Python scripts for Instagram scraping. The scraper works for both public and private accounts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%