Skip to content

Instantly share code, notes, and snippets.

View FetraRanaivoson's full-sized avatar
🎯
Focusing

FetraRanaivoson

🎯
Focusing
View GitHub Profile
@Suleman-Elahi
Suleman-Elahi / unsaver.py
Last active January 7, 2025 04:06
Sript to unsave all saved Instagram posts. Uses Instagram private API by ping and its extensions to do the heavy lifting.
from instagram_private_api import Client, ClientCompatPatch
from instagram_private_api_extensions import pagination
import json, time
user_name = 'UserName'
password = 'PassWord'
api = Client(user_name, password)
items=[]