-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added files for Facebook-DP-Downloader #1065
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
@github-actions
github-actions
bot
left a comment
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.
Congratulations!! for making your first PR at Amazing-Python-Scripts, our mentors will review it soon.
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.
Remove the fb_dps
folder. Look at these changes:
Facebook-DP-Downloader/Readme.md
Outdated
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.
remove this section and add the requirements.txt file. Ref this file for example: https://github.com/avinashkranjan/Amazing-Python-Scripts/blob/master/Amazon-Price-Alert/requirements.txt
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.
What is this logic? With this code, only images specified by you will be downloaded. Take user id input from the user and then download.
Also, handle this exception:
{"error":{"message":"An access token is required to request this resource.","type":"OAuthException","code":104,"fbtrace_id":"ApCkvkg1LmRyLUbzMdgZxiq"}}
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.
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.
If the program is not giving extra errors and working at your end then it's fine. Also, why are you doing this in a loop? The user will pass the Facebook id and only that picture should be downloaded. No bulk downloading!
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.
If the program is not giving extra errors and working at your end then it's fine. Also, why are you doing this in a loop? The user will pass the Facebook id and only that picture should be downloaded. No bulk downloading!
okay 👍
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.
Also, I tried downloading some pictures, some files were also shown but they didn't opened, showed the error. I tried the number 4
and it downloaded that only. Except this, none of the files were downloaded.
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.
The profile pictures will only get downloaded if the respective Facebook profile exists for the corresponding Facebook user id entered (the profile does may/may not exist for every numerical value) , and if exists then, is public along with no profile picture guard set.
Also no pictures will get downloaded for Facebook ids below 4, since there exists no such id.
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.
okay, got it. Make the changes suggested excluding this
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.
Okay 👍
86db904
to
cc6299d
Compare
I am sorry
What just happened?
I am sorry
What just happened?
you closed the PR, may I know the reason?
I am sorry
What just happened?you closed the PR, may I know the reason?
I just pushed new commits and the PR was closed indicating that there are 0 commits on this PR.
It is not reopening..shall I create a new one?
I have the file containing all the changes requested earlier.
I am sorry
What just happened?you closed the PR, may I know the reason?
I just pushed new commits and the PR was closed indicating that there are 0 commits on this PR.
It is not reopening..shall I create a new one?
I have the file containing all the changes requested earlier.
yes make a new PR
I am sorry
What just happened?you closed the PR, may I know the reason?
I just pushed new commits and the PR was closed indicating that there are 0 commits on this PR.
It is not reopening..shall I create a new one?
I have the file containing all the changes requested earlier.yes make a new PR
Okay 👍
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #1055
Type of change
Please delete options that are not relevant.
Checklist:
README.md
Template for README.md
requirements.txt
file if needed.Project Metadata
If there is no-file/nothing to fill the below fields with, then type: none
Example:
If no requirements.txt needed/present, then type none inRequirments
.Category:
Title: Facebook-DP-Downloader
Folder: Facebook-DP-Downloader
Requirements: None
Script: fb_dp_downloader
Arguments: None
Contributor: noviicee
Description: Download the profile picture of any public profile on facebook by just it's fbid.