-
-
Notifications
You must be signed in to change notification settings - Fork 3
Add argument to login to Instaloader #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
src/instawebhooks/parser.py:52
- [nitpick] The help message could be more descriptive. Suggest updating it to: 'login to Instagram with username, starting an interactive login session.'
help="login to instagram with username"
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
src/instawebhooks/main.py:58
- The error message is vague. Consider specifying the type of error that occurred during login.
An error happened during login. Check if the provided username exists.
src/instawebhooks/main.py:48
- The new login functionality should be covered by tests to ensure it works as expected.
if args.login or args.interactive_login:
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Description
Adds a new argument to start an interactive login with Instaloader.
Related Issues
Closes #16
Changes Made
--loginargument which takes a usernamemetavarwhen neededinteractive_login()Checklist
Additional Notes
Related to https://github.com/RyanLua/InstaWebhooks/discussions/15