Skip to content

Python program to know who doesn't follow you back on Instagram, no password needed!

License

Notifications You must be signed in to change notification settings

saraserafino/UnfollowersInstagram

Repository files navigation

Unfollowers Instagram

English version below

Vuoi sapere chi non ti ricambia il follow su Instagram ma non ti fidi delle applicazioni che ti chiedono la password?
Allora questo breve e semplice programma Python fa per te!

Infatti usa esclusivamente la lista di following e followers - che puoi scaricare seguendo le istruzioni qua sotto o nella cartella "How to download lists" - per ottenere i nickname delle persone che segui su Instagram ma non ti ricambiano e anche di quelle che ti seguono ma tu non ricambi.

Se hai Python

Scarica il mio codice python sul tuo computer e inseriscilo nella stessa cartella contenente le liste, da terminale scrivi python3 unfollowers_instagram.py (o python) e otterrai i risultati!
In questo modo i risultati verranno stampati sul terminale. Se invece vuoi ottenere un file PDF e un file excel, usa unfollowers_instagram_pdf_excel.py (ma dovrai installare reportlab e openpyxl se non li hai già).

Se non hai Python

Mandami una mail (serafinos1999@gmail.com) con oggetto "Unfollowers Instagram" e allegate le liste followers_1.json e following.json; ti risponderò con i risultati! Per questo servizio ti chiedo una piccola donazione a partire da €1.50 su PayPal alla stessa mail; se non hai PayPal fammi sapere per mail come possiamo fare.

Come scaricare le liste

Che tu sia da cellulare o computer, vai dalle impostazioni di Instagram e clicca su "La tua attività".


Clicca sulla sezione "Scarica le tue informazioni" e poi su "Continua".


Si aprirà un'altra schermata con Meta per scaricare le tue informazioni, clicca su "Scarica o trasferisci le informazioni".


Ti verrà chiesto quali informazioni tu voglia scaricare, scegli "Alcune delle tue informazioni".


Apparirà una lista con tutte le informazioni possibili. Ai fini di questo programma servono solo la lista di followers e followings, quindi scorri finché non trovi la sezione "Connessioni" e seleziona "Followers e followings", poi clicca "Avanti".


Ti verranno chieste alcune informazioni sui dati che vuoi scaricare:

  • il range temporale, seleziona "tutto il tempo"
  • la mail a cui mandare una notifica quando il download sarà completo
  • il formato, seleziona "JSON"
  • la qualità dei media, seleziona la più bassa poiché non ci serve.

Dopodiché clicca "Crea i file".


Una volta che i file saranno pronti, riceverai una mail con il link da cui scaricarli. Sarà un file zip, aprilo (basta cliccarci due volte sopra) e cerca followers_1.json e following.json. Prosegui con le istruzioni precedenti a seconda che tu abbia Python o meno.

English version

Wanna know who doesn't follow you back on Instagram but don't trust apps that ask you for your password?
Then this short and simple Python program is for you!

In fact, it exclusively uses the following and followers list - which you can download by following the instructions below or in the "How to download lists" folder - to get the nicknames of people you follow on Instagram but don't follow you back and also those who follow you but you don't follow back.

If you have Python

Download my python code on your computer and put it in the same folder containing the lists, from the terminal type python3 unfollowers_instagram.py (or python) and you will get the results!
This way, the results will be printed out on the terminal. If you want to get a PDF file and an excel file instead, use unfollowers_instagram_pdf_excel.py (but you will have to install reportlab and openpyxl if you don't already have them).

If you don't have Python

Send me an email (serafinos1999@gmail.com) with subject "Unfollowers Instagram" and attach the lists followers_1.json and following.json; I will get back to you with the results! For this service I ask for a small donation starting from €1.50 on PayPal to the same mail; if you don't have PayPal let me know by mail how we can do it.

How to download the lists

Whether on your phone or computer, go to Instagram's settings and click on "Your activity".


Click on the section "Download your information" and then "Continue".


Another page with Meta will open for downloading your information, click on "Download or transfer information".


You will be asked what information you want to download, choose "Some of your information".


A list with all the possible information will appear. For the purposes of this program, we only need the list of followers and followings, so scroll down until you find the section "Connections" and select "Followers and followings", then click "Next".


You will be asked some information over the data you want to download:

  • time range, select "All time"
  • the mail to be notified when the download is complete
  • the format, select "JSON"
  • media quality, select the lowest since we do not need it.

After that click "Create files".


Once the files are ready, you'll receive a mail with the link for downloading them. It will be a zip file, open it (just double-click on it) and search for followers_1.json and following.json. Continue with the above instructions depending on whether you have Python or not.

Releases

No releases published

Packages

No packages published

Languages