Scrape facebook group ids
Download python3 https://www.python.org/downloads/ if u haven't Then install the required packages with pip
pip install requests
pip install bs4
Write your email and password where it is mentioned
payload = {
'email': 'your email',
'pass': 'your password'
}
You can also change the keyword and the number of pages to be scraped
It is recommended to use a VPN