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