-
Notifications
You must be signed in to change notification settings - Fork 800
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
Add exceptions in case Instagram asks to enter recaptcha or phone number #757
Merged
Conversation
This file contains 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
…ollowers Add getPaginateAllFollowers() function
…ollowers Count followers
…ollowers Add function to scrap all following
congkv
changed the title
Add exceptions in case Instagram ask to enter recaptcha or phone number
Add exceptions in case Instagram asks to enter recaptcha or phone number
Aug 25, 2020
Please add example also
…On Tue, Aug 25, 2020 at 9:51 AM Khuong Van Cong ***@***.***> wrote:
- Added InstagramChallengeRecaptchaException
- Added InstagramChallengeSubmitPhoneNumberException
------------------------------
You can view, comment on, or merge this pull request online at:
#757
Commit Summary
- Merge pull request #2 from
congkv/feature/add_function_to_scrap_all_followers
- Merge pull request #3 from
congkv/feature/add_function_to_scrap_all_followers
- Merge pull request #4 from
congkv/feature/add_function_to_scrap_all_followers
- Merge remote-tracking branch 'remotes/upstream/master' into bugfix
- Merge branch 'bugfix' of github.com:congkv/instagram-php-scraper
into bugfix
- Merge branch 'master' into bugfix
- add InstagramChallengeRecaptchaException
- add InstagramChallengeSubmitPhoneNumberException
File Changes
- *A*
src/InstagramScraper/Exception/InstagramChallengeRecaptchaException.php
<https://github.com/postaddictme/instagram-php-scraper/pull/757/files#diff-f5fd04840c91f2306d1c35346541ed9f>
(11)
- *A*
src/InstagramScraper/Exception/InstagramChallengeSubmitPhoneNumberException.php
<https://github.com/postaddictme/instagram-php-scraper/pull/757/files#diff-826af36cd76fe2a4cc53fb86f04fcc6a>
(11)
- *M* src/InstagramScraper/Instagram.php
<https://github.com/postaddictme/instagram-php-scraper/pull/757/files#diff-90b6141340c3235d28e3ea9c881c6e72>
(27)
Patch Links:
- https://github.com/postaddictme/instagram-php-scraper/pull/757.patch
- https://github.com/postaddictme/instagram-php-scraper/pull/757.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#757>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIHRSC5VB2BAY57SDDELLZTSCNNODANCNFSM4QKJOJKA>
.
--
Zubair Sultan *Skyward Manager*
<https://www.google.com/url?q=https%3A%2F%2Fwww.aisr.org&sa=D&sntz=1&usg=AFQjCNFdGgwUctCn41yHhAu9Bwvk_-UTiw>
[email protected] <[email protected]>
American International School - Riyadh
<https://www.google.com/url?q=https%3A%2F%2Fwww.aisr.org&sa=D&sntz=1&usg=AFQjCNFdGgwUctCn41yHhAu9Bwvk_-UTiw>
Box 990, Riyadh 11421, KSA
Tel: +966-11-459-7500 ext: 337
<https://www.google.com/url?q=https%3A%2F%2Fwww.facebook.com%2Faisriyadh&sa=D&sntz=1&usg=AFQjCNFhP9DAFozi0eHNGzoHOnn4EHiaOA>
<https://www.google.com/url?q=https%3A%2F%2Ftwitter.com%2FAISRiyadh&sa=D&sntz=1&usg=AFQjCNHD1XqrFNPcxAJqjjGOh-ER4NcWZQ>
<https://www.google.com/url?q=https%3A%2F%2Fwww.instagram.com%2Faisriyadh%2F&sa=D&sntz=1&usg=AFQjCNH_VLa1x29rO8cvTdbFphQL3jP1-w>
|
@zubairsultan786 I added example above |
@congkv thanks for contribution |
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.
InstagramChallengeRecaptchaException
InstagramChallengeSubmitPhoneNumberException
@raiym