Open Shohreh opened 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.
Hello,
I'm just getting started so it could be something I missed, but get_group_info() returns nothing:
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.