instagrapi-rest icon indicating copy to clipboard operation
instagrapi-rest copied to clipboard

RESTful API Wrapper for Instagram Private API

Results 15 instagrapi-rest issues
Sort by recently updated
recently updated
newest added

I wonder if there's a way to get recent media by hashtag similar to the way in python: `medias = cl.hashtag_medias_recent('airplane', amount=400)` ? Thank you

enhancement

i get feedback_required error how can fix it?

**Describe the bug** I get Unprocessable Entity when passing usertags to upload a clip. (From NodeJS) **To Reproduce** ```js const FormData = require('form-data'); const formData = new FormData(); formData.append('sessionid', sessionid);...

bug

While using instagrapi-rest, is useless to use the default behavior for [instagrapi](https://github.com/adw0rd/instagrapi-rest), to ask the SMS / E-mail code on input (STDIN). https://github.com/adw0rd/instagrapi/blob/092b19713f920e13641c45899be5f3afab827cf4/instagrapi/mixins/private.py#L33 Since we run on an server, which...

enhancement

I try run command `docker-compose buld` or `docker build -t instagrapi-rest .` I get an error at the stage of installing dependencies (RUN pip install -r requirements.txt) ``` Collecting tqdm=4.11.2...

bug

Hi, how are you? I encountered a problem when uploading a photo via the API. I'm getting the Token correctly. But when filling in the data... It presents the following...

bug

![image](https://user-images.githubusercontent.com/17031085/128331408-fbc4451d-d000-49a0-bbb8-d402d8de0272.png)

### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Is your feature request related to a problem? Please describe.** Then `/media/user_medias` route only returns the last e.g. 50 medias, and...

enhancement

Hello all. I need to get register date for account. How to do it?

http://localhost:8000/auth/login I am trying to login. Account has 2FA . First I filled username and password after that I get the 2FA code via email and filled the input and...

bug