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.
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.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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