Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 714 Bytes

File metadata and controls

22 lines (14 loc) · 714 Bytes

Socijack (steal followers)

Principle

  1. From a list of massively followed accounts on Instagram, look at each posts
  2. In each posts, look at description, see if there's someone tagged (@xxx)
  3. If the account doesn't exist, BINGO.

Set-up

pip install -r requirements.txt

## add custom account in accounts.txt
python main.py

Issues

Chromedriver: There might be some issue with the chromedriver. Download the correct chromedriver relative to your Chrome version and your OS, and replace the file in the project.

Slow: Avoiding to be noisy without using proxies is difficult, to avoid being too "spammy", requests are slowed.