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 haven't read the complete code yet but wanted to know if its possible to store and share the session to diferent devices instead of having to login every single...

enhancement

Hi how can i set proxy and timezone and every extra headers to every api ? tnx

enhancement

**Describe the bug** Getting invalid parameters when trying to login using 2FA. **To Reproduce** curl -X 'GET' \ 'http://localhost:8000/auth/login' \ -H 'accept: application/json' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'username=&password=&verification_code='...

bug

**Describe the bug** Whenever I send ```py [ { 'user': { 'pk': 'PK' } } ] ``` As mentions on the `/video/upload_to_story/by_url` it returns a 422 stating that `{'detail': [{'loc':...

bug

"detail": "The username you entered doesn't appear to belong to an account. Please check your username and try again.", "exc_type": "UnknownError"

bug