Xarrow / weibo-scraper

Simple Weibo Scraper
MIT License
93 stars 18 forks source link

CLI can not run in Jupyter notebook and missing return values in weibo_profile #18

Open David56038 opened 4 years ago

David56038 commented 4 years ago

Hello Xarrow

I'm pretty new to Python and met to silly questions when I was trying to run your weibo-scraper.

First, I can't run any CLI you mentioned in Jupyter Notebook

Second, the get_weibo_profile function only returns UserMeta from "uid" to "profile_image_url"

Thank you!