helloworld / app.py
vagrillo's picture
Update app.py
73cca2c verified
raw
history blame contribute delete
112 Bytes
from facebook_scraper import get_posts
for post in get_posts('nintendo', pages=10):
print(post['text'][:50])