instagram-api

Upload images to instagram using Python

♀尐吖头ヾ 提交于 2021-02-07 14:43:32
问题 I'm trying to do a simple Instagram python bot in order to upload images in my Instagram profile. I've already tried the most common libraries (InstagramAPI, instapy, insta-cly). While I was searching I found out that Instagram has changed something making those libraries useless. Is there any library I can use? I know thatI can use Selenium in order to make it go but I'm wondering if there is any shortcut. Trank you! 回答1: try this library: instabot https://pypi.org/project/instabot/ example

Upload images to instagram using Python

天涯浪子 提交于 2021-02-07 14:42:54
问题 I'm trying to do a simple Instagram python bot in order to upload images in my Instagram profile. I've already tried the most common libraries (InstagramAPI, instapy, insta-cly). While I was searching I found out that Instagram has changed something making those libraries useless. Is there any library I can use? I know thatI can use Selenium in order to make it go but I'm wondering if there is any shortcut. Trank you! 回答1: try this library: instabot https://pypi.org/project/instabot/ example

Upload images to instagram using Python

蹲街弑〆低调 提交于 2021-02-07 14:41:57
问题 I'm trying to do a simple Instagram python bot in order to upload images in my Instagram profile. I've already tried the most common libraries (InstagramAPI, instapy, insta-cly). While I was searching I found out that Instagram has changed something making those libraries useless. Is there any library I can use? I know thatI can use Selenium in order to make it go but I'm wondering if there is any shortcut. Trank you! 回答1: try this library: instabot https://pypi.org/project/instabot/ example

Sharing on Instagram on PC (web)

非 Y 不嫁゛ 提交于 2021-02-05 12:27:26
问题 Is there a way to implement sharing content from PC web app (Angular based) to a Instagram story/feed? I looked up the info, but all seems to deal with mobile application integration. As my app is not meant to be used on mobile devices (there's a link to install mobile application), so I'm interested exclusively in PC/laptop web implementation. Can anyone point me to some step by step implementation? (BTW I haven't figured out yet how to post a story or feed on Instagram on PC? Is it possible

Get access token of instagram API

安稳与你 提交于 2021-01-29 04:27:13
问题 I want to get the access token in order to diaply the images of an account. So I display a pop up where the user can connect. The pop up works but it redirects to instagram site, with the user connected instead of send me the code. The link to the connection is something like : https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id=aaaaaaaa&redirect_uri=url&response_type=token I log in and then, it redirects me to : https://www.instagram.com/oauth

Get access token of instagram API

爷,独闯天下 提交于 2021-01-29 04:23:43
问题 I want to get the access token in order to diaply the images of an account. So I display a pop up where the user can connect. The pop up works but it redirects to instagram site, with the user connected instead of send me the code. The link to the connection is something like : https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id=aaaaaaaa&redirect_uri=url&response_type=token I log in and then, it redirects me to : https://www.instagram.com/oauth

“Invalid platform app” Error using Instagram Basic Display API

白昼怎懂夜的黑 提交于 2021-01-27 07:41:48
问题 I am trying to use Instagram Basic display API but when I post the authorization code to get the access token I keep getting the following error. Can anyone help me out from this? Error: {"error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app"} Code: val url="https://api.instagram.com/oauth/access_token/" + "?client_id=${InstagramId}" + "&client_secret=${InstagramSecret}" + "&grant_type=authorization_code " + "&redirect_uri=${RedirectUrl}" + "&code=${code}"

Thumnails for images in Instagram Graph API

走远了吗. 提交于 2020-12-30 05:33:51
问题 I'd like to ask if there is any way to get thumbnail image for media returned from Instagram Graph API? I can get an image URL by using following endpoint: /{InstagramUserId}/media?fields=media_url However it only returns one size. Old Instagram API returned various sizes like low_resolution , thumbnail , standard_size . Is it possible to get similar result by using Instagram Grahp API? 回答1: After searching for some time to a solution i finally found one. So, include in the fields query

Thumnails for images in Instagram Graph API

丶灬走出姿态 提交于 2020-12-30 05:32:46
问题 I'd like to ask if there is any way to get thumbnail image for media returned from Instagram Graph API? I can get an image URL by using following endpoint: /{InstagramUserId}/media?fields=media_url However it only returns one size. Old Instagram API returned various sizes like low_resolution , thumbnail , standard_size . Is it possible to get similar result by using Instagram Grahp API? 回答1: After searching for some time to a solution i finally found one. So, include in the fields query