Skip to content

Commit

Permalink
Merge pull request #18 from shaikhsajid1111/document-fix
Browse files Browse the repository at this point in the history
updated code to MetaAi from facebookai
  • Loading branch information
shaikhsajid1111 authored Mar 6, 2022
2 parents 6f836f6 + 1f0d837 commit a4a9a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name = "facebook_page_scraper",
version = "2.0.0",
version = "2.0.1",
author = "Sajid Shaikh",
author_email = "[email protected]",
description = "Python package to scrap facebook's pages front end with no limitations",
Expand Down

0 comments on commit a4a9a2f

Please sign in to comment.