Manish Devgan

Results 31 comments of Manish Devgan

Can someone explain that what exactly should be added into the solution for this ? Faq(s) have questions as well as answers, So what should be an answer to this?...

is the group CLOSED? because 400 Bad Request happens when the group you're trying to scrape is CLOSED or not OPEN/Public.

To generate APP ID and APP Secret for your app. Open and login: ```sh https://developers.facebook.com/docs/apps/register ``` Go through the following steps: ```sh On the top right: Click My Apps Choose:...

@iamrajeshchauhan What is happening is that the `re.search` command in line 187, i.e. ```sh until = re.search('until=([0-9]?)(&|$)', next_url).group(1) ``` is returning no results. And since there are no results produced,...

what page are you trying to scrape?

@minimaxir it is possible by simple using `argparse` module. If you want i can issue a PR for the same. Kindly inform me if I may? Thanks! gabru-md

Why is it needed ? This is not an extensive CLI tool. @ParthS007 please comment.

I'm still not quite convinced upon adding it to the project. I would recommend you to wait for others to comment before proceeding into working for this task :+1:

@abhishekmaletha is there any update on this issue, it seems to be failing because of CORS issue.

@parthsarthiprasad please see if you can replicate the issue. If yes then surely you can work on it!