-
Write your questionI logged into an account in Instaloader.
*the sensitive information has been modified. Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looks like an issue with Instaloader not properly logging you in or you reaching the rate limit (which can be an issue with lower refresh intervals).
Let me know what works since this problem is pretty common and I can't find a reason how to stop this from occurring. The Instaloader GitHub has quite a few issues that are about the same error you are getting: |
Beta Was this translation helpful? Give feedback.
-
There's now a fix for this added in #39 which adds a new argument for logging in. You can use
|
Beta Was this translation helpful? Give feedback.
There's now a fix for this added in #39 which adds a new argument for logging in.
You can use
--interactive-login
if you don't want your command to contain your password.instawebhooks INSTAGRAM_USERNAME DISCORD_WEBHOOK_URL --login USERNAME PASSWORD
Unfortunately, you can't login using a session key file or cookie file yet but we're planning to add it in the future (tracked by #40). Hopefully, we can get this done before the next version.
Feel free to install InstaWebhooks from the repo using pip since the main branch is pretty stable.
For more information about the argument and usage, see the documentation: https://instawebhooks.readthedocs.io/en/latest/usage.html