From 1f0d83772d4c8eb4213c8edcc6bd9e27c27c7119 Mon Sep 17 00:00:00 2001 From: shaikhsajid1111 Date: Sun, 6 Mar 2022 10:13:16 +0530 Subject: [PATCH] updated code to MetaAi from facebookai --- README.MD | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 69eb7fa..c3d2200 100644 --- a/README.MD +++ b/README.MD @@ -44,7 +44,7 @@ from facebook_page_scraper import Facebook_scraper #instantiate the Facebook_scraper class -page_name = "facebookai" +page_name = "metaai" posts_count = 10 browser = "firefox" proxy = "IP:PORT" #if proxy requires authentication then user:password@IP:PORT diff --git a/setup.py b/setup.py index f3481c8..385740c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name = "facebook_page_scraper", - version = "2.0.0", + version = "2.0.1", author = "Sajid Shaikh", author_email = "shaikhsajid3732@gmail.com", description = "Python package to scrap facebook's pages front end with no limitations",