ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

can we scrape emails off of the ig profile? #341

Open daygo270 opened 3 years ago

daygo270 commented 3 years ago

I read all of the documentation for the private api, because you cant find the contact info on the website, and i found a couple possibilities for this: user_info(user_id), media_info(media_id), medias_info(media_ids), user_detail_info(user_id, **kwargs).

if you could help that would great.

shaklev commented 3 years ago

You have the public_email parameter on the user_info(user_id) function/route