Skip to content

Commit 25df356

Browse files
Updated to version 0.1.7 and updated docs
1 parent a621341 commit 25df356

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,10 @@ URL for that post
430430
<li> <a href="https://pypi.org/project/webdriver-manager/" target='_blank'>webdriver manager</a>
431431
</ul>
432432
<br>
433-
<hr>
434433

434+
<hr>
435+
If you encounter anything unusual please feel free to create issue <a href='https://github.com/shaikhsajid1111/facebook_page_scraper/issues'>here</a>
436+
<hr>
435437

436438
<h2> LICENSE </h2>
437439
MIT

changelog.MD

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
<section>
44

5+
<h2> 0.1.7 </h2>
6+
<h3>Fixed</h3>
7+
<li>Only scrolling once while scraping, which created problem that only top few posts were scrapped. If user wants want more than 27 posts, it use to get strucked.</li>
8+
<br>
9+
10+
11+
<h2> 0.1.6 </h2>
12+
<h3>Added</h3>
13+
<li>Added feature to read long paragraph that lies inside "Continue reading" button. For e.g posts like <a href="https://www.facebook.com/permalink.php?story_fbid=174993781068849&id=109867790914782&__tn__=K-R" target="_blank">this</a></li>
14+
<h3>Fixed</h3>
15+
<li>Scrolling down directly to the bottom of the page during on start leads to login page, now it scroll down to half of the page and closes the login popup</li>
16+
<br>
17+
18+
<h2> 0.1.5 <h2>
19+
<h3>Fixed</h3>
20+
<li>Fixed feature to scrap id from different URL pattern</li>
21+
22+
<br>
23+
24+
<h2> 0.1.4 <h2>
25+
<h3>Added</h3>
26+
<li> Support for emoji and other different languages(other than english) in output. It is no longer shown as a Unicode string.</li>
27+
28+
<br>
29+
30+
<h3> Fixed </h3>
31+
<li> Total <code> reactions_count </code> getting 0 as a output. </li>
32+
33+
</section>
34+
<section>
35+
536
<h2> 0.1.6 </h2>
637
<h3>Added</h3>
738
<li>Added feature to read long paragraph that lies inside "Continue reading" button. For e.g posts like <a href="https://www.facebook.com/permalink.php?story_fbid=174993781068849&id=109867790914782&__tn__=K-R" target="_blank">this</a></li>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = "facebook_page_scraper",
8-
version = "0.1.6",
8+
version = "0.1.7",
99
author = "Sajid Shaikh",
1010
author_email = "shaikhsajid3732@gmail.com",
1111
description = "Python package to scrap facebook's pages front end with no limitations",

0 commit comments

Comments
 (0)