minimaxir / facebook-page-post-scraper

Data scraper for Facebook Pages, and also code accompanying the blog post How to Scrape Data From Facebook Page Posts for Statistical Analysis
2.12k stars 662 forks source link

Unicode normalize in "get_fb_posts_fb_group.py" prepends 'b' #32

Closed rougetimelord closed 7 years ago

rougetimelord commented 7 years ago

Everything that is passed to unicode_normalize comes out as "b'[input]'" instead of '[input]' as shown in screen shot image

rougetimelord commented 7 years ago

This seems to have been an issue of running the 2.x version in 3.x. The 3.5 port fixed it.