instagrapi-rest
instagrapi-rest copied to clipboard
RESTful API Wrapper for Instagram Private API
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...
Hi how can i set proxy and timezone and every extra headers to every api ? tnx
**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='...
**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"