Skip to content

Commit 2719776

Browse files
committed
docs: update README with v0.0.3 changes and usage instructions
1 parent a9766dc commit 2719776

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ If you find this package useful, please support the project by giving it a star
1414

1515
## Update
1616

17-
- **Version 0.0.2**:
18-
- **Updated**: Added extraction of additional data such as (page_id, is_business_page, page_likes_count, page_talking_count, page_were_here_count).
17+
- **Version 0.0.3**:
18+
- **Updated**: Added extraction of additional data such as (cover photo).
1919
- **Improved**: Enhanced error handling.
20+
- **Added**: Initialization of PagePostInfo.
21+
- **New Contributor**: @olivier-saugeon made their first contribution.
2022

2123
### Features:
2224

@@ -51,6 +53,12 @@ pip install facebook-pages-scraper
5153
pip install facebook-pages-scraper --upgrade
5254
```
5355

56+
- Using uv:
57+
58+
```sh
59+
uv add facebook-pages-scraper -U
60+
```
61+
5462
## Usage
5563

5664
### Scraping General Page Information
@@ -106,6 +114,7 @@ if __name__ == "__main__":
106114
```
107115

108116
### Possible output
117+
109118
```sh
110119
{
111120
'page_name': 'PizzaBurg',
@@ -129,7 +138,7 @@ if __name__ == "__main__":
129138
'page_services': 'Dine in · In-store collection',
130139
'page_social_accounts': None
131140
}
132-
````
141+
```
133142

134143
# Disclaimer
135144

@@ -143,4 +152,8 @@ You have the right and permission to access the data you are scraping.
143152
You are solely responsible for how you use this package and for any consequences that may arise.
144153
The developers of this tool are not liable for any misuse, and it is your responsibility to ensure compliance with Facebook's rules and regulations.
145154

155+
## Star History
156+
157+
[![Star History Chart](https://api.star-history.com/svg?repos=SSujitX/facebook-pages-scraper&type=date&legend=top-left)](https://www.star-history.com/#SSujitX/facebook-pages-scraper&type=date&legend=top-left)
158+
146159
![](https://api.visitorbadge.io/api/VisitorHit?user=SSujitX&facebook-pages-scraper&countColor=%237B1E7A)

0 commit comments

Comments
 (0)