helloworld / app.py
vagrillo's picture
Update app.py
3e39051 verified
raw
history blame
111 Bytes
from facebook_scraper import get_posts
for post in get_posts('nintendo', pages=1):
print(post['text'][:50])