kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.45k stars 633 forks source link

get_group_info() returns nothing #1010

Open Shohreh opened 1 year ago

Shohreh commented 1 year ago

Hello,

I'm just getting started so it could be something I missed, but get_group_info() returns nothing:

from facebook_scraper import get_group_info

get_group_info(group='123456')

Also, is there a way to know how many articles were posted in a group since it started — original posts, not replies/comments?

I actually just want to grab data (post ID, date, author, text of the top article) and post them into a phpBB forum on my computer.

Thank you.