spambusters / instadb

Download an Instagram user's media plus metadata
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Keep getting 404 error #1

Open lucap96 opened 6 years ago

lucap96 commented 6 years ago

Hi everyone, When I lunch the app with the terminal "python instadb.py espn"... I get [!] https://www.instagram.com/espn/media/ is 404 and same happens for other accounts. How can I fix it?

Thank you

silverstone1903 commented 6 years ago

Same problem in here! I tried to change base url but this time I got an error for "bad json". Can you help @spambusters ?

spambusters commented 6 years ago

@lucap96 @silverstone1903 this script uses the endpoint /media, such as https://www.instagram.com/user/media/, but this was made inaccessible to the public about a month ago (it now requires an API key). I need to rewrite this script to utilize the alternative ?__a=1 format, although there will likely be reduced functionality in regards to the actual downloading of the media. However the database functionality should still be the same. I'll look into implementing some fixes.

silverstone1903 commented 6 years ago

Thank you for your answer! @spambusters