Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vagrillo
/
helloworld
like
0
Sleeping
App
Files
Files
Community
3e39051
helloworld
/
app.py
vagrillo
Update app.py
3e39051
verified
3 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
from
facebook_scraper
import
get_posts
for
post
in
get_posts(
'nintendo'
, pages=
1
):
print
(post[
'text'
][:
50
])